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