Skip to content

Commit

Permalink
Merge pull request #236 from davseve/ED-11967-to-main
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
davseve authored Sep 5, 2023
2 parents 4655c7f + f4ed9f8 commit 509a529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# echo ${{ github.event.pull_request.merged }} was succesfully merged
# echo $
latest_release:
if: github.event.pull_request.merged == true && github.base_ref == 'master' && !contains(github.event.pull_request.labels.*.name, 'skip release')
if: github.event.pull_request.merged == true && github.base_ref == 'main' && !contains(github.event.pull_request.labels.*.name, 'skip release')
runs-on: ubuntu-22.04
steps:
- name: checkout branch
Expand Down

0 comments on commit 509a529

Please sign in to comment.