Skip to content

Commit

Permalink
Merge pull request #452 from mjura/scan-image
Browse files Browse the repository at this point in the history
Run CI jobs on release branches
  • Loading branch information
mjura committed Apr 9, 2024
2 parents d39fc73 + 59415bf commit c007bac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Lint
on:
pull_request:
push:
branches:
- main
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Scan
on:
pull_request:
push:
branches:
- main
branches: [ "main", "release-v*" ]
tags:
- "v*"
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Unit tests
on:
pull_request:
push:
branches:
- main
branches: [ "main", "release-v*" ]
jobs:
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Verify
on:
pull_request:
push:
branches:
- main
branches: [ "main", "release-v*" ]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c007bac

Please sign in to comment.