Skip to content

Commit db50ab8

Browse files
Merge pull request #31 from TheDragonCode/1.x
Fix for `release-drafter.yml`
2 parents b4c30b0 + 081e2b8 commit db50ab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- 1.x
87
workflow_dispatch:
98

109
jobs:
@@ -16,6 +15,6 @@ jobs:
1615
needs: draft
1716

1817
name: App
19-
uses: TheDragonCode/github-notifications/.github/workflows/build.yml@1.x
18+
uses: TheDragonCode/github-notifications/.github/workflows/build.yml@main
2019
with:
2120
tag: ${{ needs.draft.outputs.tag_name }}

0 commit comments

Comments
 (0)