Update links and branches

This commit is contained in:
Matthew Esposito 2024-01-02 16:45:31 -05:00
parent 3755f0cb24
commit 5bdcf64237
No known key found for this signature in database
6 changed files with 5 additions and 9 deletions

View file

@ -6,7 +6,6 @@ on:
- "**.md"
branches:
- 'main'
- 'master'
jobs:
build-docker:

View file

@ -7,7 +7,6 @@ on:
branches:
- 'main'
- 'master'
release:
types: [published]
@ -62,7 +61,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: github.base_ref != 'master' && github.event_name == 'release'
if: github.base_ref != 'main' && github.event_name == 'release'
with:
tag_name: ${{ steps.version.outputs.VERSION }}
name: ${{ steps.version.outputs.VERSION }} - ${{ github.event.head_commit.message }}

View file

@ -8,12 +8,10 @@ on:
push:
branches:
- 'main'
- 'master'
pull_request:
branches:
- 'main'
- 'master'
jobs:
test: