Skip to content

Commit

Permalink
GitHub workflows: adjusted from barnch name 'main' to 'master' (as th…
Browse files Browse the repository at this point in the history
…e component-model repo unfortunately uses 'master' as name for the default branch. -> ..we should change that)
  • Loading branch information
ClaasRostock committed Nov 5, 2024
1 parent 3d48030 commit 774cb69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- ready_for_review
- converted_to_draft
branches:
- main
- master

concurrency:
group: pr-${{ github.ref }}-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Push to ${{ github.ref }} by @${{ github.actor }}
on:
push:
branches-ignore:
- main
- master
- release

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Push to main by @${{ github.actor }}
on:
push:
branches:
- main
- master

concurrency:
group: push-${{ github.ref }}-1
Expand Down

0 comments on commit 774cb69

Please sign in to comment.