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
Atul Varma 2021-02-16 06:40:48 -05:00 zatwierdzone przez GitHub
rodzic 3b660958c5
commit 428a21d6df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,9 +2,9 @@ name: Run tests
on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ $default-branch ]
branches: [ main ]
jobs:
build: