Skip to content

Commit 54a7304

Browse files
chore(ci): run pull_request workflows on all branches and sync specs to v0.10.0 (#6)
## Summary - update CI pull_request trigger to run on all branches (`pull_request: {}`) - sync `specs` submodule to latest API spec tag (`v0.10.0`) where applicable ## Why - stacked PR branches need CI visibility before merge to `main`
1 parent 29ae465 commit 54a7304

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main]
6-
pull_request:
7-
branches: [main]
8-
6+
pull_request: {}
97
jobs:
108
lint:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)