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 7a0a2e5 commit c811413Copy full SHA for c811413
.github/workflows/self-test.yml
@@ -10,21 +10,21 @@ on:
10
- 'docs/examples/demo/**'
11
- '.github/workflows/self-test.yml'
12
pull_request:
13
- branches: main
14
- paths:
15
- - 'action.yml'
16
- - '.python-version'
17
- - 'uv.lock'
18
- - 'docs/examples/demo/**'
19
- - '.github/workflows/self-test.yml'
20
- pull_request_target:
21
+ branches: [main]
22
paths:
23
- 'action.yml'
24
- '.python-version'
25
- 'uv.lock'
26
27
+ # pull_request_target:
+ # branches: [main]
+ # paths:
+ # - 'action.yml'
+ # - '.python-version'
+ # - 'uv.lock'
+ # - 'docs/examples/demo/**'
+ # - '.github/workflows/self-test.yml'
28
29
jobs:
30
test:
0 commit comments