Skip to content

Commit

Permalink
now testing deploy, removing matching against PR so we don't trigger …
Browse files Browse the repository at this point in the history
…multiple packages downstream
  • Loading branch information
yiwork committed Sep 7, 2023
1 parent 0efbd06 commit 050f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# paths:
# - '!.github/**'
pull_request:
branches: ['**']
branches: ['**', '!synchronize-downstream-test-then-deploy']
workflow_dispatch:
inputs:
webapp_branch:
Expand Down

0 comments on commit 050f97f

Please sign in to comment.