We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26632 commit 06b7d8fCopy full SHA for 06b7d8f
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
runs-on: ubuntu-latest
109
needs: [test]
110
if: |
111
- (contains(github.ref, 'refs/tags/') || github.ref_name == 'rc/3.0-mv3') &&
+ (contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') &&
112
(github.event_name == 'push' || github.event_name == 'workflow_dispatch')
113
steps:
114
- name: Check out Git repository
0 commit comments