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: on:
push: push:
branches: branches:
- main - master
jobs: jobs:
release-image: release-image:

View File

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

View File

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