Skip to content

Commit

Permalink
chore(ci): restrict builds on irrelevant branches [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 6, 2022
1 parent e298e39 commit fec2cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
branches:
branches-ignore: [ 'staging', 'release' ]

pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
branches:
branches-ignore: [ 'staging-cli', 'release-cli' ]

pull_request:
branches:
Expand Down

0 comments on commit fec2cc5

Please sign in to comment.