We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e59ef commit a7a1b2aCopy full SHA for a7a1b2a
.github/workflows/version-history.yml
@@ -27,7 +27,7 @@ on:
27
jobs:
28
image_info:
29
name: Update version history
30
- if: ${{ github.ref == 'refs/heads/main' }} || ${{ github.event.base_ref == 'refs/heads/test-version-1' }}
+ if: ${{ github.ref == 'refs/heads/main' }} || ${{ github.event.base_ref == 'refs/heads/samruddhikhandale/test-version-1' }}
31
runs-on: ubuntu-latest
32
permissions:
33
contents: write
0 commit comments