mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-30 17:18:00 +00:00
build workflow: only on push
This commit is contained in:
@@ -5,6 +5,7 @@ jobs:
|
||||
Build:
|
||||
name: "Build on ${{ matrix.name }}"
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user