Only run builds on push to master or pull requests

This commit is contained in:
2023-08-17 13:42:22 +02:00
parent 17b62e096b
commit 401dda3f8e

View File

@@ -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: