Skip to content

Commit 50ac7a3

Browse files
ArBridgemantomuben
andauthored
Adapted .github/workflows/checks.yml per review to be consistent with the PTB template
Co-authored-by: Thomas Ubensee <[email protected]>
1 parent 747732a commit 50ac7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
Changelog:
4141
name: Changelog Update Check
4242
runs-on: ubuntu-24.04
43-
if: ${{ github.ref != 'refs/heads/main' }}
43+
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' }}
4444

4545
steps:
4646
- name: SCM Checkout

0 commit comments

Comments
 (0)