0
Fork 0
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:
Will Norris 2021-12-07 11:20:17 -08:00
parent 7c14835b43
commit e155a719ee

View file

@ -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