Skip to content

Commit 2148ed0

Browse files
committed
Merge branch 'v1/dev' into v1/contrib
2 parents e017493 + a2a4987 commit 2148ed0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build_and_deploy_job:
19-
if: github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
19+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
2020
runs-on: ubuntu-latest
2121
name: Build and Deploy Job
2222
steps:
@@ -41,7 +41,7 @@ jobs:
4141
###### End of Repository/Build Configurations ######
4242

4343
close_pull_request_job:
44-
if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed'
44+
if: github.event_name == 'pull_request' && github.event.action == 'closed'
4545
runs-on: ubuntu-latest
4646
name: Close Pull Request Job
4747
steps:

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- 'main'
2323
- 'v*/main'
2424
- 'v*/release'
25+
- 'v*/contrib'
2526

2627
# Allows you to run this workflow manually from the Actions tab
2728
workflow_dispatch:

0 commit comments

Comments
 (0)