Also wait for previous workflows on develop branch

This commit is contained in:
Federico Cecchetto 2022-02-03 00:34:15 +01:00
parent 563a58ff70
commit adab6c17ce

View File

@ -19,7 +19,7 @@ jobs:
- Release
steps:
- name: Wait for previous workflows
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref = 'refs/heads/develop')
uses: softprops/turnstyle@v1
with:
poll-interval-seconds: 10