mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +00:00
infra: Turn release branch check back on (#14563)
This commit is contained in:
parent
9cb128e6e2
commit
48b7a0584d
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -25,7 +25,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
|
2
.github/workflows/_test_release.yml
vendored
2
.github/workflows/_test_release.yml
vendored
@ -14,7 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user