diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index b9bc7b348..0b9870929 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -1,5 +1,5 @@ -name: Deploy branch -run-name: Deploy demo [${{ github.head_ref || github.ref_name }}] +name: Deploy to development +run-name: Deploy to development [${{ github.head_ref || github.ref_name }}] on: merge_group: diff --git a/.github/workflows/test-application.yml b/.github/workflows/test.yml similarity index 92% rename from .github/workflows/test-application.yml rename to .github/workflows/test.yml index 48133e16d..b2d321c68 100644 --- a/.github/workflows/test-application.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,18 @@ -name: Test the application +name: Test application +run-name: Test application [${{ github.head_ref || github.ref_name }}] on: - # Eventually run on PR and replace existing tests. merge_group: types: - checks_requested + pull_request: + branches: + - main + types: + - opened + - reopened + - ready_for_review + - synchronize permissions: id-token: write