Skip to content

Commit

Permalink
Added major changes to Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Shritesh99 committed Nov 26, 2023
1 parent 4c2d66d commit 07def4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@ on:
branches: [ master, main ]
types:
- completed
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
release:
types: [ released ]

jobs:
debugging:
name: debug
runs-on: ubuntu-latest
steps:
- name: Debugging
run: |
echo "Workflow Run Context: ${{ toJson(github.event.workflow_run) }}"
echo "Current Event Context: ${{ toJson(github.event) }}"
tests:
name: Tests
environment: Deployment
Expand Down

0 comments on commit 07def4b

Please sign in to comment.