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.
2 parents 11f6086 + d41349b commit 09fa763Copy full SHA for 09fa763
.github/workflows/code-style.yml
@@ -2,7 +2,6 @@ name: Code Style
2
3
on:
4
push:
5
- pull_request:
6
7
permissions: write-all
8
.github/workflows/test-docs.yml
@@ -4,7 +4,6 @@ on:
branches-ignore:
- main
9
permissions: read-all
10
.github/workflows/tests.yml
@@ -1,6 +1,7 @@
1
name: Tests
-on: [ push, pull_request ]
+on:
+ push:
jobs:
unit:
0 commit comments