Skip to content

Commit

Permalink
chore: after testing, bring back the rules to apply on to release tow…
Browse files Browse the repository at this point in the history
…ards main
  • Loading branch information
zenit2001 committed Jan 31, 2024
1 parent 3159798 commit e8ab54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
commit-the-cartridge-and-project-files:
if: |
github.event_name == 'pull_request' &&
contains(github.head_ref, 'bugfix') &&
github.event.pull_request.base.ref == 'develop'
contains(github.head_ref, 'release') &&
github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e8ab54a

Please sign in to comment.