Skip to content

Commit

Permalink
Merge pull request #724 from qonto/main-master
Browse files Browse the repository at this point in the history
chore(ci): use master branch instead of main in CI scripts
  • Loading branch information
poulet42 authored Jan 22, 2024
2 parents 951d05a + 5837607 commit c8a24e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: commitlint
on:
push:
branches:
- main
- master
pull_request: {}

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fetch-depth: 0

- name: Verify branch name
if: github.ref != 'refs/heads/main'
if: github.ref != 'refs/heads/master'
run: |
echo "🚨 The release must start from the main branch!"
echo "🚨 The release must start from the master branch!"
exit 1
- name: Configure releaser details
Expand Down

0 comments on commit c8a24e7

Please sign in to comment.