Skip to content

Commit

Permalink
Stylistical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqubm committed Aug 26, 2024
1 parent 6a8b70e commit 98e5c37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ on:
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')

runs-on: ubuntu-latest

name: Build and Deploy Job

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -35,8 +38,11 @@ jobs:

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'

runs-on: ubuntu-latest

name: Close Pull Request Job

steps:
- name: Close Pull Request
id: closepullrequest
Expand Down

0 comments on commit 98e5c37

Please sign in to comment.