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