Skip to content

Commit

Permalink
CI: define when GH action job should run
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Nov 15, 2024
1 parent d64791a commit f94ce9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]

name: Go
jobs:
Expand Down

0 comments on commit f94ce9b

Please sign in to comment.