Skip to content

Commit

Permalink
remove branch condition for automate release version check (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla authored Aug 31, 2023
1 parent f5ffa7a commit 240ff6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
check-version:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release/') || startsWith(github.ref, 'refs/heads/release/')
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 240ff6e

Please sign in to comment.