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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ $default-branch ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Ładowanie…
Reference in New Issue