mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
ci: fix default branch name for workflow
The $default-branch variable is apparently only for workflow templates.
This commit is contained in:
parent
7c14835b43
commit
e155a719ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -2,10 +2,10 @@ name: Docker
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ 'main' ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ 'main' ]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in a new issue