chore(ci): Trigger main jobs on push on release branches

This commit is contained in:
Bourgerie Quentin
2024-02-06 10:03:50 +01:00
parent 000ca60062
commit ce0889bee9

View File

@@ -132,7 +132,7 @@ jobs:
- name: Set some github event outputs
id: github
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'release'))
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release'))
run: echo "push-main=true" >> "$GITHUB_OUTPUT"
#################################################