Skip to content

Commit

Permalink
Test alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Dec 10, 2024
1 parent a63aaf9 commit baec2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-creation-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Send Branch Creation Alert
runs-on: ubuntu-2-cores-latest

if: ${{ (github.event.ref_type == 'branch') && contains('refs/heads/uat', github.ref) }}
if: ${{ (github.event.ref_type == 'branch') }}

steps:
- name: Send Alert
Expand Down

0 comments on commit baec2c8

Please sign in to comment.