mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(ci): Trigger main jobs on push on release branches
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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"
|
||||
|
||||
#################################################
|
||||
|
||||
Reference in New Issue
Block a user