fix: Only build docker from master branch
This commit is contained in:
parent
6dd9be0f95
commit
1471092f2c
6
.github/workflows/ghcr-publish.yml
vendored
6
.github/workflows/ghcr-publish.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Push to GHCR
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user