Skip to content

Commit

Permalink
test22
Browse files Browse the repository at this point in the history
  • Loading branch information
jvvillanueva9104 committed Aug 28, 2023
1 parent 84e7c07 commit 13a8c06
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ jobs:
deploy_to_test:
needs: [static_code_analysis, build_and_test]
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/feature/*'
if: github.event_name == 'push' && github.base_ref == 'refs/heads/develop'
steps:
- name: Debug Info
run: |
echo "Event Name: ${{ github.event_name }}"
echo "Base Ref: ${{ github.base_ref }}"
echo "PR Number: ${{ github.event.pull_request.number }}"
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 13a8c06

Please sign in to comment.