Skip to content

Commit

Permalink
Update: Add release and run-ci branch to a CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed May 11, 2024
1 parent 6e1b25f commit e684a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- main
- ci_testing
- 'release/v**'
- 'run-ci/**'
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- 'release/v**'
- 'run-ci/**'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit e684a1f

Please sign in to comment.