We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce303 commit 612f942Copy full SHA for 612f942
.github/workflows/update-from-latest.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
download-artifact:
10
+ if: github.ref == 'refs/heads/next-major-release'
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
0 commit comments