Skip to content

Commit

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

0 comments on commit 0f0e08b

Please sign in to comment.