Skip to content

Commit 45bfcd9

Browse files
Merge pull request #56 from devcontainers/samruddhikhandale/fix-version-history-action
Fix bug: Action 'Update version history' gets skipped for 'push'
2 parents 4c36d08 + 601d33c commit 45bfcd9

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' }}
30+
if: ${{ github.ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/main' }}
3131
runs-on: ubuntu-latest
3232
permissions:
3333
contents: write

0 commit comments

Comments
 (0)