Skip to content

Commit

Permalink
fix: test if push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatulsingh committed Jun 21, 2023
1 parent b4424a3 commit 5622613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: PyTest
on: push
on:
push:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 5622613

Please sign in to comment.