Browse Source

restore CI

pull/235/head
aler9 6 years ago
parent
commit
0df60e1e9a
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -2,9 +2,9 @@ name: test @@ -2,9 +2,9 @@ name: test
on:
push:
branches: [master]
branches: [ main ]
pull_request:
branches: [master]
branches: [ main ]
jobs:
test:

Loading…
Cancel
Save