Skip to content

Commit 32482db

Browse files
authored
Update FormatCheck workflow configuration
1 parent 440acdb commit 32482db

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
name: FormatCheck
1+
name: 'Format'
2+
3+
on:
4+
pull_request_target:
5+
paths: ['**/*.jl']
6+
types: [opened, synchronize, reopened, ready_for_review]
27

38
permissions:
49
contents: read
5-
checks: write
6-
issues: write
10+
actions: write
711
pull-requests: write
812

9-
on:
10-
push:
11-
branches:
12-
- 'main'
13-
- 'master'
14-
tags: '*'
15-
pull_request:
16-
branches:
17-
- 'main'
18-
- 'master'
19-
2013
jobs:
2114
formatcheck:
22-
name: "Format Check"
2315
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"

0 commit comments

Comments
 (0)