Skip to content

Commit

Permalink
GH Actions: avoid double running on PRs from upstream branches
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Mar 28, 2024
1 parent 673efcc commit 7e91ffa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Go
on:
- push
- pull_request
push:
branches:
- master
pull_request: {}
jobs:

test:
Expand Down

0 comments on commit 7e91ffa

Please sign in to comment.