Skip to content

Commit c811413

Browse files
committed
remove duplicate/faulty CI trigger
1 parent 7a0a2e5 commit c811413

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/self-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ on:
1010
- 'docs/examples/demo/**'
1111
- '.github/workflows/self-test.yml'
1212
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
13+
branches: [main]
2214
paths:
2315
- 'action.yml'
2416
- '.python-version'
2517
- 'uv.lock'
2618
- 'docs/examples/demo/**'
2719
- '.github/workflows/self-test.yml'
20+
# pull_request_target:
21+
# branches: [main]
22+
# paths:
23+
# - 'action.yml'
24+
# - '.python-version'
25+
# - 'uv.lock'
26+
# - 'docs/examples/demo/**'
27+
# - '.github/workflows/self-test.yml'
2828

2929
jobs:
3030
test:

0 commit comments

Comments
 (0)