Skip to content

Commit

Permalink
Only run builds on push to master or pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGross committed Aug 17, 2023
1 parent 17b62e0 commit 401dda3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build Godot Project

on:
push: {}
pull_request: {}
push:
branches:
- master
pull_request:
types: [opened, reopened]

jobs:
Godot:
Expand Down

0 comments on commit 401dda3

Please sign in to comment.