Skip to content

Commit

Permalink
ci: Avoid duplicated action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmatrix committed Jun 22, 2024
1 parent c2468e4 commit 08a86f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'qa'
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
qa:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'qa'
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
wasm:
Expand Down

0 comments on commit 08a86f9

Please sign in to comment.