This commit is contained in:
@@ -3,7 +3,9 @@ name: Commit
|
||||
on:
|
||||
push:
|
||||
# only trigger on branches, not on tags
|
||||
branches: '**'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
|
||||
jobs:
|
||||
# Job 1: Lint and Test (Type Check)
|
||||
|
||||
Reference in New Issue
Block a user