mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-08-02 03:16:54 +02:00
chore: renamed master branch to main
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -9,11 +9,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
Reference in New Issue
Block a user