diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b069ce9..299e1d3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main ] + branches: [ main,devel ] pull_request: - branches: [ main ] + branches: [ main,devel ] jobs: