Skip to content

Commit

Permalink
Merge pull request #39 from yassinebenaid/run-ci-on-push-to-master
Browse files Browse the repository at this point in the history
run CI on push to master
  • Loading branch information
yassinebenaid authored Jun 26, 2024
2 parents 5316b07 + 6a8d37d commit b89040f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests

on:
push:
branches: [master]
pull_request:
types: [opened, reopened]
branches: [master]
Expand Down

0 comments on commit b89040f

Please sign in to comment.