Fix actions
Some checks failed
Test / test (pull_request) Failing after 56s
Lint / lint (pull_request) Failing after 47s

- Fix branch names
- Update PRs to run on any branch
This commit is contained in:
2025-02-22 22:31:39 -05:00
parent 597c73f45e
commit 57e93eaa81
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: release-tag
on:
push:
branches:
- main
- master
jobs:
release-image:

View File

@@ -3,10 +3,10 @@ name: Lint
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- "*"
jobs:
lint:

View File

@@ -3,10 +3,10 @@ name: Test
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- "*"
jobs:
test: