Skip to content

Commit b99a274

Browse files
committed
test: deployment test-1 login-id
1 parent 6c72362 commit b99a274

File tree

11 files changed

+469
-19
lines changed

11 files changed

+469
-19
lines changed

.github/deploy_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
default_screen_deployment_status:
77
"email-identifier-challenge": false
88
"interstitial-captcha": false
9-
"login-id": false
9+
"login-id": true
1010
"login-password": false
1111
"login-passwordless-email-code": false
1212
"login-passwordless-sms-otp": false

.github/workflows/acul-deploy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ on:
2121
- '!.github/workflows/acul-deploy.yml'
2222
- '!DEPLOYMENT.md'
2323
- '!README.md'
24+
pull_request:
25+
branches: [main, master]
26+
# Only trigger if files within the boilerplate example change.
27+
paths:
28+
- '**/*'
29+
- '.github/deploy_config.yml' # This file is used to determine which screens to deploy
30+
- '!.github/workflows/acul-deploy.yml'
31+
- '!DEPLOYMENT.md'
32+
- '!README.md'
2433
workflow_dispatch: # Kept for manual triggering, but inputs removed
2534

2635
env:
@@ -31,7 +40,6 @@ jobs:
3140
build-and-deploy:
3241
name: Build & Deploy ACUL Screens
3342
runs-on: ubuntu-latest
34-
if: false # Always skip this job
3543
permissions:
3644
id-token: write
3745
contents: read

0 commit comments

Comments
 (0)