We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ea1dc commit 5ddb237Copy full SHA for 5ddb237
1 file changed
.github/workflows/dependabot-ci.yml
@@ -0,0 +1,12 @@
1
+name: Dependabot CI
2
+on:
3
+ pull_request_target:
4
+ branches: [develop, main]
5
+jobs:
6
+ build:
7
+ if: github.actor == 'dependabot[bot]'
8
+ uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
9
+ with:
10
+ java-version: '25'
11
+ checkout-ref: ${{ github.event.pull_request.head.sha }}
12
+ trigger-downstream: false
0 commit comments