Skip to content

Commit

Permalink
Don't run double builds for PR pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 25, 2023
1 parent 268f87d commit 885a29a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- v*
pull_request:

jobs:
ci:
Expand Down

0 comments on commit 885a29a

Please sign in to comment.