Skip to content

Commit 81e0a44

Browse files
authored
Merge pull request #2973 from opentensor/fix/roman/improve-changelog-workflow
Improve `changelog` workflow
2 parents 4aa1c7b + 6191101 commit 81e0a44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/changelog-checker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ permissions:
66
on:
77
pull_request:
88
branches:
9-
- 'release/**'
10-
- 'Release/**'
11-
- 'hotfix/**'
12-
- 'Hotfix/**'
9+
- staging
10+
- master
1311

1412
jobs:
1513
changelog:
14+
if: startsWith(github.head_ref, 'release/') || startsWith(github.head_ref, 'hotfix/')
1615
runs-on: ubuntu-latest
1716
steps:
1817
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)