Skip to content

Commit

Permalink
changing payment callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 17, 2024
1 parent 094ebf5 commit 34351fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
deploy_dev:
name: Deploy to Development Server
runs-on: ubuntu-latest
if: github.event.ref == 'refs/heads/develop'
# if: github.event.ref == 'refs/heads/develop'
# needs:
# - run-tests
env:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
deploy_staging:
name: Deploy to Staging Server
runs-on: ubuntu-latest
if: github.event.ref == 'refs/heads/master'
# if: github.event.ref == 'refs/heads/master'
# needs:
# - run-tests
env:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
deploy_production:
name: Deploy to Production Server
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/release')
# if: startsWith(github.ref, 'refs/heads/release')
# needs:
# - run-tests
env:
Expand Down

0 comments on commit 34351fe

Please sign in to comment.