Skip to content

Commit

Permalink
Fixing branches filter
Browse files Browse the repository at this point in the history
  • Loading branch information
knabben committed Jan 17, 2024
1 parent 552b42c commit c30953f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
tags:
- v*
branches:
- main
- 'master'
- '*'
pull_request:
permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
tags:
- v*
branches:
- main
- 'master'
- '*'
pull_request:
permissions:
contents: read
Expand All @@ -23,4 +24,4 @@ jobs:
pushd experiments/swdt
make test
make build
popd
popd

0 comments on commit c30953f

Please sign in to comment.