mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-09-23 06:53:29 +02:00
Adjust GHCR workflow to not run unless pushed to master
This commit is contained in:
parent
d73f761869
commit
95cbbee81d
3
.github/workflows/ghcr.yml
vendored
3
.github/workflows/ghcr.yml
vendored
@ -2,7 +2,8 @@ name: Publish to GHCR
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and publish to GHCR
|
name: Build and publish to GHCR
|
||||||
|
Loading…
Reference in New Issue
Block a user