Skip to content

Commit

Permalink
Merge pull request #295 from dev-sec/ci-fix
Browse files Browse the repository at this point in the history
CI: run the test workflow also on the release branches
  • Loading branch information
artem-sidorenko committed Jun 6, 2023
2 parents 5264711 + ae0785f commit 48404fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
push:
branches:
- '*'
pull_request:
types:
- opened
branches:
- master

jobs:
cookstyle:
Expand Down

0 comments on commit 48404fe

Please sign in to comment.