0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -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: on:
push: push:
branches: [ $default-branch ] branches: [ 'main' ]
tags: [ 'v*' ] tags: [ 'v*' ]
pull_request: pull_request:
branches: [ $default-branch ] branches: [ 'main' ]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io