Skip to content

Commit e1ed620

Browse files
authored
Merge pull request #5 from cdsap/adding_main_branch
run gha on main pushes
2 parents 2896968 + a74c46c commit e1ed620

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run Gradle on PRs
2-
on: pull_request
2+
on:
3+
pull_request:
4+
push:
5+
branches: main
36
jobs:
47
prBranch:
58
timeout-minutes: 300

0 commit comments

Comments
 (0)