We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6cd782 + 3f97165 commit 145f6a5Copy full SHA for 145f6a5
.github/workflows/ci.yml
@@ -4,10 +4,9 @@ on:
4
push:
5
branches:
6
- "main"
7
- pull_request_target:
8
- types:
9
- - opened
10
- - synchronize
+ pull_request:
+ branches:
+ - "main"
11
workflow_dispatch:
12
13
env:
.github/workflows/mend.yml
@@ -1,10 +1,9 @@
1
name: "mend"
2
3
on:
schedule:
- cron: "0 0 * * *"
0 commit comments