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
parent
commit
d37d6d4981
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/tests.yml View File

@ -1,8 +1,8 @@
name: Tests
on:
push:
pull_request:
branches: [main]
jobs:
test:


Loading…
Cancel
Save