Skip to content

Commit

Permalink
ci: New rules launch GitHub Action
Browse files Browse the repository at this point in the history
feat: new minor version
  • Loading branch information
antonko committed Mar 31, 2024
1 parent 0d0ac67 commit a590c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- main
- rc

jobs:
frontend-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Check on Push

on:
pull_request:
branches: [main]
branches: [main, rc]

jobs:
docker-build:
Expand Down

0 comments on commit a590c2d

Please sign in to comment.