Skip to content

Commit 3d02449

Browse files
dsnopekm4ym4y
authored andcommitted
Automatically run GitHub Actions on branch pushes
1 parent 25cec91 commit 3d02449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/godot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Godot"
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- '**'
47
pull_request:
58
release:
69
types:

0 commit comments

Comments
 (0)