Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
test CI/CD
  • Loading branch information
RuslanBergenov authored Nov 9, 2024
1 parent cdb22d1 commit 6449159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

on:
push:
branches: [ staging ]
branches: [ staging, development-users ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
run: |
# clean up
shred --iterations=7 "sandbox/sa.json"
rm --recursive --force "sandbox/sa.json"
rm --recursive --force "sandbox/sa.json"

0 comments on commit 6449159

Please sign in to comment.