Skip to content

Commit

Permalink
Merge pull request #52 from torounit/fix/ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
torounit authored Jul 4, 2023
2 parents 944bc03 + 0a9bbb7 commit f7cfe03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-on-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

on: [push, pull_request]
on:
pull_request:
push:
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit f7cfe03

Please sign in to comment.