ci: fix branch
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 56s
Continuous Integration / GitHub Actions Test (push) Failing after 10s
Continuous Integration / TypeScript Tests (push) Successful in 1m8s

This commit is contained in:
2024-12-28 12:24:52 +13:00
parent 609bf5e316
commit 80718bc624
3 changed files with 6 additions and 8 deletions

View File

@@ -12,10 +12,10 @@ name: Check Transpiled JavaScript
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
permissions:
contents: read

View File

@@ -3,10 +3,10 @@ name: Continuous Integration
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
permissions:
contents: read
@@ -56,8 +56,6 @@ jobs:
- name: Test Local Action
id: test-action
uses: ./
with:
milliseconds: 2000
- name: Print Output
id: output

View File

@@ -3,10 +3,10 @@ name: Lint Codebase
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
permissions:
contents: read