Browse Source
Update GitHub actions workflow happening on push (#1)
* Update GitHub actions workflow happening on push and pull request
pull/46/head
Hicham Boublahboub
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/tests.yml
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
name: Tests |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
branches: [main] |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
|