Skip to content

Commit

Permalink
Hopefully fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudejoe870 authored Apr 3, 2024
1 parent 12b4256 commit 6ec055e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
on:
workflow_dispatch:
push:
branches: [ $default-branch ]
branches:
- 'main'
pull_request:
branches: [ $default-branch ]
branches:
- 'main'

jobs:
build:
Expand Down Expand Up @@ -51,7 +53,7 @@ jobs:

- name: Setup godot-cpp Environment
if: steps.cache-godot-restore.outputs.cache-hit != 'true'
run:
run: |
mkdir "${{ github.workspace }}/godot-cpp/bin"
mkdir "${{ github.workspace }}/godot-cpp/gen"
cp -r "${{ github.workspace }}/godot-cpp/build/bin" "${{ github.workspace }}/godot-cpp/bin"
Expand Down

0 comments on commit 6ec055e

Please sign in to comment.