Skip to content

Commit

Permalink
github: Update LP trigger to detect v2-edge branch (v2-edge) (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Oct 25, 2024
2 parents 953b505 + 1456493 commit c8830fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 0 * * 0' # Weekly on Sunday at 00:00 UTC
push:
branches:
- main
- v2-edge
pull_request:

permissions:
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
TARGET: >-
${{ fromJson('{
"main": "latest-edge",
"stable-5.0": "5.0-edge",
"v2-edge": "v2-edge",
}')[github.ref_name] }}
run: |
set -eux
Expand Down

0 comments on commit c8830fc

Please sign in to comment.