Correctly implement actions #3

Merged
logan merged 8 commits from implement-actions into master 2025-02-23 11:31:30 -05:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 57e93eaa81 - Show all commits

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: