Skip to content

Commit

Permalink
Update rules for running actions
Browse files Browse the repository at this point in the history
only run on `push` for `main`
  • Loading branch information
matthewhughes-uw committed Apr 4, 2024
1 parent ccb7cb1 commit 4b34cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Go
on:
push:
branches:
- main
pull_request:

jobs:
setup-go:
Expand Down

0 comments on commit 4b34cf1

Please sign in to comment.