Skip to content

Commit 6ec055e

Browse files
authored
Hopefully fix workflow
1 parent 12b4256 commit 6ec055e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
on:
22
workflow_dispatch:
33
push:
4-
branches: [ $default-branch ]
4+
branches:
5+
- 'main'
56
pull_request:
6-
branches: [ $default-branch ]
7+
branches:
8+
- 'main'
79

810
jobs:
911
build:
@@ -51,7 +53,7 @@ jobs:
5153

5254
- name: Setup godot-cpp Environment
5355
if: steps.cache-godot-restore.outputs.cache-hit != 'true'
54-
run:
56+
run: |
5557
mkdir "${{ github.workspace }}/godot-cpp/bin"
5658
mkdir "${{ github.workspace }}/godot-cpp/gen"
5759
cp -r "${{ github.workspace }}/godot-cpp/build/bin" "${{ github.workspace }}/godot-cpp/bin"

0 commit comments

Comments
 (0)