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 2dc7306 commit ddb544dCopy full SHA for ddb544d
.github/workflows/check.yml
@@ -3,6 +3,9 @@ name: Check
3
4
on:
5
push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
branches:
10
- '**'
11
.github/workflows/format.yml
@@ -2,8 +2,8 @@
2
name: Format
- pull_request:
- branches:
+ push:
+ branches-ignore:
- main
workflow_dispatch: {}
.github/workflows/generate.yml
name: Generate
0 commit comments