Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed May 8, 2024
1 parent 56e6cb1 commit 2e31804
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/web-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- '**/web/*.ts'
- '.github/workflows/web-codestyle.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
# TODO: delete "orca-prepare-v0.2" after merge
branches: [ main, 'v[0-9]+.[0-9]+', orca-prepare-v0.2 ]
paths:
- '**/web/*.js'
- '**/web/*.ts'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- '!demo/web/README.md'
- '.github/workflows/web-demos.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
# TODO: delete "orca-prepare-v0.2" after merge
branches: [ main, 'v[0-9]+.[0-9]+', orca-prepare-v0.2 ]
paths:
- 'demo/web/**'
- '!demo/web/README.md'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/web-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- 'lib/common/**'
- '.github/workflows/web-perf.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
# TODO: delete "orca-prepare-v0.2" after merge
branches: [ main, 'v[0-9]+.[0-9]+', orca-prepare-v0.2 ]
paths:
- 'lib/wasm/**'
- 'lib/common/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- 'lib/wasm/**'
- '.github/workflows/web.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
# TODO: delete "orca-prepare-v0.2" after merge
branches: [ main, 'v[0-9]+.[0-9]+', orca-prepare-v0.2 ]
paths:
- 'binding/web/**'
- '!binding/web/README.md'
Expand Down

0 comments on commit 2e31804

Please sign in to comment.