allow for github actions to run on all branches
This commit is contained in:
6
.github/workflows/build_presets.yml
vendored
6
.github/workflows/build_presets.yml
vendored
@@ -1,10 +1,6 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user