Skip to content

Commit 9c4b2cb

Browse files
committed
[ci] Update and narrow triggers
1 parent 52a209d commit 9c4b2cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-spec.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI for specs
22

33
on:
44
push:
5-
branches: [ main, wasm-3.0 ]
6-
paths: [ .github/**, document/**, spectec/**, specification/** ]
5+
branches: [ main ]
6+
paths: [ .github/**, document/**, spectec/src/**, specification/** ]
77

88
pull_request:
9-
branches: [ main, wasm-3.0 ]
10-
paths: [ .github/**, document/**, spectec/**, specification/** ]
9+
branches: [ main ]
10+
paths: [ .github/**, document/**, spectec/src/**, specification/** ]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

0 commit comments

Comments
 (0)