We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4695a commit 99df03aCopy full SHA for 99df03a
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
- "master"
7
pull_request:
8
branches:
9
- - "*"
+ - "**"
10
workflow_dispatch:
11
release:
12
types: [published, edited]
@@ -46,7 +46,9 @@ jobs:
46
verbose: true
47
48
# Always run this last as it can push new changes and actions will not rerun.
49
+ # not working on pull requests from forks
50
pre-commit:
51
+ if: false
52
permissions:
53
contents: write
54
pull-requests: write
0 commit comments