Skip to content

Commit

Permalink
Update lts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Aug 8, 2023
1 parent 9b11a2f commit 9816971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
handle_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Check if PR target branch starts with stable-
if: startsWith(github.event.pull_request.base.ref, 'stable-')
run: echo "IS_LTS=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 9816971

Please sign in to comment.