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 9c8c00b commit d02f194Copy full SHA for d02f194
.github/workflows/release-drafter.yml
@@ -1,15 +1,7 @@
1
2
name: Release Drafter
3
4
-on:
5
- push:
6
- # branches to consider in the event; optional, defaults to all
7
- branches:
8
- - main
9
- # pull_request event is required only for autolabeler
10
- pull_request:
11
- # Only following types are handled by the action, but one can default to all as well
12
- types: [opened, reopened, synchronize]
+on: push
13
14
jobs:
15
update_release_draft:
0 commit comments