Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
[CI] Run tests for all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dm4 committed Nov 10, 2021
1 parent 9c66d37 commit c7ff955
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build From GitHub (npm install)
on:
push:
branches:
- '**/test**'
- master
- '**/test**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '*'
pull_request:
branches:
- master

- master

jobs:
build_from_github:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/external-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: External Test
on:
push:
branches:
- '**/test**'
- master
- '**/test**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '*'
pull_request:
branches:
- master

- master

jobs:
test_wasm_learning:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Main Workflow
on:
push:
branches:
- master
- '**/test**'
- master
- '**/test**'
tags:
- '*'
pull_request:
branches:
- master
- master

jobs:
build_and_test:
Expand Down

0 comments on commit c7ff955

Please sign in to comment.