Skip to content

Commit

Permalink
Run builds on all branches and pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 22, 2024
1 parent e071964 commit 40fee51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Native Build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: [push, pull_request]

jobs:
build:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/wasm_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: WASM Build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 40fee51

Please sign in to comment.