Skip to content

Commit

Permalink
Limit multitesting to main again
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail authored Oct 29, 2023
1 parent d942527 commit db04dd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: unit tests [Python 3.8|3.9|3.10]

on: push
on:
push:
branches: [ main ]

jobs:
pytest:
Expand Down

0 comments on commit db04dd1

Please sign in to comment.