Skip to content

Commit

Permalink
fix: specified branches to run flow on
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent ad0d9f8 commit 12081fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-game-client.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "Build CosmicKube game client"
on: push
on:
push:
branches:
- main
pull_request:
branches:
- main

env:
GODOT_VERSION: 4.2.1
Expand Down

0 comments on commit 12081fc

Please sign in to comment.