Skip to content

Commit 99df03a

Browse files
author
Filip Richtarik
committed
Update test.yml
1 parent 7e4695a commit 99df03a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "master"
77
pull_request:
88
branches:
9-
- "*"
9+
- "**"
1010
workflow_dispatch:
1111
release:
1212
types: [published, edited]
@@ -46,7 +46,9 @@ jobs:
4646
verbose: true
4747

4848
# Always run this last as it can push new changes and actions will not rerun.
49+
# not working on pull requests from forks
4950
pre-commit:
51+
if: false
5052
permissions:
5153
contents: write
5254
pull-requests: write

0 commit comments

Comments
 (0)