mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +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:
|
||||
imageName: 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: |
|
||||
pushd libdragon
|
||||
./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user