chore: renamed master branch to main

This commit is contained in:
John Molakvoæ
2025-02-13 10:40:52 +01:00
committed by GitHub
parent b951f8cac0
commit 4a9e61ff74

View File

@@ -9,11 +9,11 @@ on:
schedule: schedule:
- cron: '0 4 * * *' - cron: '0 4 * * *'
push: push:
branches: [ "master" ] branches: [ "main" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "main" ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty