Skip to content

Commit a7a1b2a

Browse files
fix bug
1 parent d3e59ef commit a7a1b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-history.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
image_info:
2929
name: Update version history
30-
if: ${{ github.ref == 'refs/heads/main' }} || ${{ github.event.base_ref == 'refs/heads/test-version-1' }}
30+
if: ${{ github.ref == 'refs/heads/main' }} || ${{ github.event.base_ref == 'refs/heads/samruddhikhandale/test-version-1' }}
3131
runs-on: ubuntu-latest
3232
permissions:
3333
contents: write

0 commit comments

Comments
 (0)