We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8779763 commit 7d17c07Copy full SHA for 7d17c07
.github/workflows/github-actions.yml
@@ -1,9 +1,7 @@
1
name: Java CI with Maven
2
on:
3
- push:
4
- branches: [ $default-branch ]
5
- pull_request:
6
+ [ push, pull_request, workflow_dispatch ]
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments