mirror of
https://github.com/wiiu-env/libromfs_wiiu.git
synced 2024-11-23 10:29:15 +01:00
Change workflow to listen to pushs on main instead of master
This commit is contained in:
parent
f6c42a7977
commit
25b8061f5b
2
.github/workflows/push_image.yml
vendored
2
.github/workflows/push_image.yml
vendored
@ -2,7 +2,7 @@ name: Publish Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user