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
on: on:
push: push:
branches: [master] branches: [ main ]
pull_request: pull_request:
branches: [master] branches: [ main ]
jobs: jobs:
test: test:

Loading…
Cancel
Save