Skip to content

Commit

Permalink
chore: better ci.yaml
Browse files Browse the repository at this point in the history
(cherry picked from commit 83394c0)
  • Loading branch information
ma-efremoff committed Mar 6, 2024
1 parent 743fcec commit 765bbc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
push:
branches: [main]
branches:
- main
- release-v*
pull_request:
branches: [main]
branches:
- main
- release-v*

jobs:
verify_files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- hotfix-release-v*
- release-v*

jobs:
release:
Expand Down

0 comments on commit 765bbc3

Please sign in to comment.