Skip to content

Commit

Permalink
Merge pull request #158 from ThomasAribart/rename-master-branch-to-main
Browse files Browse the repository at this point in the history
rename master branch to main
  • Loading branch information
ThomasAribart committed Aug 29, 2023
2 parents 74f1f59 + cefdf37 commit 2560a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-or-update-next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency: draft_or_update_next_release
on:
push:
branches:
- master
- main

jobs:
prepare-deployment:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Run tests
run: yarn test

deploy:
publish:
runs-on: ubuntu-latest
name: Deploy
name: Publish
needs: build-and-test
steps:
- uses: actions/checkout@v3
with:
ref: master
ref: main

- name: Install node_modules
uses: ./.github/actions/install-node-modules
Expand Down

0 comments on commit 2560a4f

Please sign in to comment.