Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoboi13 authored Feb 25, 2024
1 parent 39a798d commit 019e85d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "mainw" ]
branches: [ "main" ]

permissions:
contents: read
Expand All @@ -31,3 +31,8 @@ jobs:
WARP_VARIABLE_ID: ${{ secrets.WARP_VARIABLE_ID }}
run: |
python ndbiaw.py
- name: Start 2
env:
WARP_VARIABLE_ID: ${{ secrets.WARP_VARIABLE_ID }}
run: |
python ndbiaw.py

0 comments on commit 019e85d

Please sign in to comment.