We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 306c8ee + 0e9e6d3 commit 26ade4eCopy full SHA for 26ade4e
1 file changed
.github/workflows/mend.yml
@@ -1,10 +1,9 @@
1
name: "mend"
2
3
on:
4
- pull_request_target:
5
- types:
6
- - opened
7
- - synchronize
+ pull_request:
+ branches:
+ - "main"
8
schedule:
9
- cron: "0 0 * * *"
10
workflow_dispatch:
0 commit comments