Skip to content

Commit

Permalink
Fix some small GHA triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Dec 4, 2024
1 parent d8dca4f commit 25f755c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: TypeScript Lint
on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: TypeScript Test
on:
push:
branches:
- "**" # This will trigger the workflow on every push to any branch
- main
pull_request:

jobs:
Expand Down

0 comments on commit 25f755c

Please sign in to comment.