Explicitly run tests on main branch. (#4)
Having a few issues running the tests when pushing directly to `main`, so maybe this will help.pull/6/head
rodzic
3b660958c5
commit
428a21d6df
|
@ -2,9 +2,9 @@ name: Run tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Ładowanie…
Reference in New Issue