Skip to content

Commit

Permalink
Run CI on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 19, 2024
1 parent 5931dcf commit d4a1c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/espresso-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- main
- ci
- hotshot-integration
- release-*
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- develop
- update-external-dependencies
- 'release/**'
- release-*
pull_request:
jobs:
lint:
Expand Down

0 comments on commit d4a1c78

Please sign in to comment.