Skip to content

Commit

Permalink
test23
Browse files Browse the repository at this point in the history
  • Loading branch information
jvvillanueva9104 committed Aug 28, 2023
1 parent 13a8c06 commit d3c6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
deploy_to_test:
needs: [static_code_analysis, build_and_test]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.base_ref == 'refs/heads/develop'
if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit d3c6e0e

Please sign in to comment.