Skip to content

Commit e2be296

Browse files
committed
Only run version update verification on main branch
1 parent 569015b commit e2be296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-all-samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
run: java src/Builder.java
1616
- name: 'Check automation for updating versions'
1717
run: java src/Updater.java 42
18+
if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)