Skip to content

Commit 6fb60b1

Browse files
authored
Update changelog.yml
1 parent 3b6c11f commit 6fb60b1

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.github/workflows/changelog.yml

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
- name: Changelog Filer
2-
uses: simonblund/[email protected]
3-
with:
4-
token: ${{secrets.CR_PAT}}
1+
name: Changelog Filer
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
changelog:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
15+
16+
- name: Changelog Filer
17+
uses: simonblund/[email protected]
18+
with:
19+
token: ${{ secrets.CR_PAT }}

0 commit comments

Comments
 (0)