Skip to content

Commit

Permalink
Trigger saas only for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Nov 23, 2023
1 parent 43ea75f commit 800b813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-delivery.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger SaaS workflow
if: ${{ github.ref_name != 'dev' }}
env:
TOKEN: ${{ secrets.OPENPROJECT_CI_TOKEN }}
REPOSITORY: opf/saas-openproject
Expand Down

0 comments on commit 800b813

Please sign in to comment.