Skip to content

Commit

Permalink
deploy to test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 11, 2023
1 parent 0261cb5 commit 87b93ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ env:
# defined in the "deploy" job
on:
push:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, f/db-cleanup, develop, vue/dev]
pull_request:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, f/db-cleanup, develop, vue/dev]
types: [opened, reopened, synchronize]

jobs:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Deployment Pipeline
if: >-
contains(fromJSON('["main", "master", "qa"]'),
contains(fromJSON('["main", "master", "f/db-cleanup"]'),
needs.context.outputs.git_repo_branch)
uses: uw-it-aca/actions/cicd-deploy@main
with:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
housekeeping:
if: github.event_name == 'push' &&
(endsWith(github.ref, '/main') || endsWith(github.ref, '/master') ||
endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') ||
endsWith(github.ref, '/f/db-cleanup') || endsWith(github.ref, '/develop') ||
endsWith(github.ref, '/vue/dev'))

needs: [context, build, deploy]
Expand Down

0 comments on commit 87b93ff

Please sign in to comment.