Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatACotton authored Apr 25, 2024
1 parent 59d8297 commit 1f0f621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
jobs:
build_and_deploy:
if: |
(github.event_name == 'push' && ((github.head_ref || github.ref_name) != 'main' )) ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
(github.event_name == 'push' && ((github.head_ref || github.ref_name) != 'main' )) ||
github.event.pull_request.merged == true ||
github.event_name == 'workflow_dispatch'
runs-on: [self-hosted, garm]
permissions:
Expand Down

0 comments on commit 1f0f621

Please sign in to comment.