We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c1b25 + c25e0b7 commit 1dd6533Copy full SHA for 1dd6533
.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