Skip to content

Commit 25bed14

Browse files
committed
Trigger github workflows on push
1 parent d9cf7e1 commit 25bed14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Gradle Build
22

3-
on:
4-
pull_request:
5-
branches: [ "master" ]
6-
merge_group:
7-
types: [checks_requested]
3+
on: [push]
4+
5+
concurrency:
6+
group: ${{ github.ref }}
7+
cancel-in-progress: true
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)