Skip to content

Commit

Permalink
chore: testing it towards main
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Dec 15, 2023
1 parent e58fae8 commit c215e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
commit-the-cartridge:
if: |
github.event_name == 'pull_request' &&
contains(github.head_ref, 'feature')
contains(github.head_ref, 'feature') &&
github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit c215e48

Please sign in to comment.