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 7011f13 commit 5d0c223Copy full SHA for 5d0c223
.github/workflows/mend.yml
@@ -3,10 +3,9 @@ name: mend
3
on:
4
schedule:
5
- cron: '0 0 * * *'
6
- pull_request_target:
7
- types:
8
- - opened
9
- - synchronize
+ pull_request:
+ branches:
+ - "main"
10
workflow_dispatch:
11
12
jobs:
.github/workflows/vscode-ci.yml
@@ -4,10 +4,9 @@ on:
push:
branches:
- "main"
13
0 commit comments