Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Oct 10, 2024
1 parent 250724a commit f6edb31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Python Tests

on:
workflow_dispatch:
push:
branches:
# - main
- fix_poetry

jobs:
build:
if: github.ref == 'refs/heads/fix_poetry'
# if: github.ref == 'refs/heads/fix_poetry'
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit f6edb31

Please sign in to comment.