We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569015b commit e2be296Copy full SHA for e2be296
.github/workflows/build-all-samples.yml
@@ -15,3 +15,4 @@ jobs:
15
run: java src/Builder.java
16
- name: 'Check automation for updating versions'
17
run: java src/Updater.java 42
18
+ if: github.repository == 'junit-team/junit5-samples' && github.ref == 'refs/heads/main'
0 commit comments