We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a561ac commit 6e097dfCopy full SHA for 6e097df
.github/workflows/run-tests.yml
@@ -2,9 +2,9 @@ name: run-tests
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
test:
.github/workflows/update-changelog.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v3
14
with:
15
- ref: master
+ ref: main
16
17
- name: Update Changelog
18
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
23
- name: Commit updated CHANGELOG
24
uses: stefanzweifel/git-auto-commit-action@v4
25
26
- branch: master
+ branch: main
27
commit_message: Update CHANGELOG
28
file_pattern: CHANGELOG.md
0 commit comments