Only run builds on push to master or pull requests
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -1,8 +1,11 @@
|
|||||||
name: Build Godot Project
|
name: Build Godot Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
pull_request: {}
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
types: [opened, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Godot:
|
Godot:
|
||||||
|
|||||||
Reference in New Issue
Block a user