Skip to content

Commit

Permalink
Merge pull request #93 from ius-csg/jc/branch-rename
Browse files Browse the repository at this point in the history
Change the name of master branch to main in the CI actions
  • Loading branch information
jasekiw authored Dec 30, 2021
2 parents c99ce7c + 51604ca commit 2c76d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js Build With Yarn
on:
push:
branches:
- master
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SonarCloud Analysis
on:
push:
branches:
- master
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit 2c76d0a

Please sign in to comment.