Skip to content

Commit

Permalink
feat: removes triggers on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Mar 23, 2024
1 parent e4783a8 commit c2f607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Go CI

on:
push:
branches: [ "main", "feature/**" ]
branches: [ "feature/**" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit c2f607c

Please sign in to comment.