We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242d495 commit 6dd9c0dCopy full SHA for 6dd9c0d
.github/workflows/release-to-github-packages.yml
@@ -2,7 +2,8 @@ name: Catalog - Release to GitHub Packages
2
3
on:
4
push:
5
- branches: [ 'CF-test-ci/cd' ]
+ branches:
6
+ - CF-test-ci/cd]
7
tags: [ 'v*' ]
8
workflow_dispatch:
9
inputs:
0 commit comments