web build: workflow triggered by all branches

This commit is contained in:
arthur.jamet
2021-06-04 09:30:22 +02:00
parent 3f3e2f7581
commit 7540dee3a2
+3 -5
View File
@@ -1,11 +1,9 @@
name: Web Build (Emscripten)
on:
push:
branches:
wasm
on: [push, pull_request]
jobs:
Push:
Build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1