We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444d76a commit f2c9df3Copy full SHA for f2c9df3
.github/workflows/da-release-notes.yaml
@@ -4,12 +4,17 @@ on:
4
pull_request_target:
5
types:
6
- opened
7
+ - closed
8
+ - assigned
9
+ - synchronize
10
+ - reopened
11
branches:
12
- main
13
+ - main-release-notes
14
15
jobs:
16
action:
- if: github.event.pull_request.merged == true
17
+ # if: github.event.pull_request.merged == true
18
runs-on: ubuntu-latest
19
20
steps:
0 commit comments