We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526b034 commit fd02fdfCopy full SHA for fd02fdf
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
should_continue: ${{ steps.check-should-continue.outputs.should_continue }}
40
if: |
41
(github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'pack') || contains(github.event.pull_request.labels.*.name, 'publish')))
42
- || ( github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith( github.ref, 'refs/tags/release-' ) || contains( github.ref, 'refs/tags/pack_publish' ) ) )
+ || ( github.event_name == 'push' && ( github.ref == 'refs/heads/test' || startsWith( github.ref, 'refs/tags/release-' ) || contains( github.ref, 'refs/tags/pack_publish' ) ) )
43
steps:
44
- name: Checkout repository
45
uses: actions/checkout@v3
0 commit comments