Skip to content

Commit

Permalink
Trigger github workflows on push
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Jun 15, 2024
1 parent d9cf7e1 commit 25bed14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Gradle Build

on:
pull_request:
branches: [ "master" ]
merge_group:
types: [checks_requested]
on: [push]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 25bed14

Please sign in to comment.