Skip to content

Commit

Permalink
Merge pull request #11 from jvvillanueva9104/feature/pipeline1
Browse files Browse the repository at this point in the history
test20
  • Loading branch information
jvvillanueva9104 authored Aug 28, 2023
2 parents e46be44 + ef6075c commit 996fd02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && 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 996fd02

Please sign in to comment.