mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 10:39:20 +01:00
Fix GitHub build action on forks
This commit is contained in:
parent
63f15e7f47
commit
1f0f8470db
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -29,7 +29,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
imageName: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
imageName: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
||||||
cacheFrom: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
cacheFrom: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
||||||
push: always
|
push: ${{ github.repository_owner == 'Polprzewodnikowy' && 'filter' || 'never' }}
|
||||||
|
refFilterForPush: 'ref/heads/main'
|
||||||
runCmd: |
|
runCmd: |
|
||||||
pushd libdragon
|
pushd libdragon
|
||||||
./build.sh
|
./build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user