Skip to content

Commit

Permalink
update action checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>
  • Loading branch information
woojoong88 committed Jun 27, 2024
1 parent ff9dfe0 commit 23c505c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
name: Publish image and tag/release code

on:
push:
pull_request:
branches:
- master
tags:
- '*'
pull_request:
push:
branches:
- master
tags:
Expand All @@ -25,6 +25,8 @@ jobs:
target_version: ${{ steps.version-check.outputs.target_version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check version
id: version-check
run: |
Expand Down

0 comments on commit 23c505c

Please sign in to comment.