Skip to content

Commit

Permalink
Merge pull request #1253 from gettakaro/fix-when-dev-main-promotion-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Sep 7, 2024
2 parents 8aac3d3 + a466f52 commit e7d6106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-to-main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- development
- main
jobs:
mainPromotion:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/development'
steps:
- name: Generate token
id: generate_token
Expand Down Expand Up @@ -39,6 +41,7 @@ jobs:
updateDevelopment:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Generate token
id: generate_token
Expand Down

0 comments on commit e7d6106

Please sign in to comment.