Skip to content

Commit

Permalink
Restrict split to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Sep 6, 2023
1 parent 2e2b333 commit 9bed796
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Subtree Split for composer packages

on:
push:
# Only trigger for specific branches or changes in specific paths.
branches:
- 'main'
# Tag push events should be ignored, they will be handled with the create event below.
tags-ignore:
- '*'
tags:
- 'v*'
create:
tags:
- 'v*'
Expand Down

0 comments on commit 9bed796

Please sign in to comment.