mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
web build: workflow triggered by all branches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user