Skip to content

Commit

Permalink
Update the workflow, so it runs on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kalocsaadi authored May 16, 2024
1 parent 63c6d8e commit d199995
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ name: Java CI with Maven

on:
push:
branches: [ "1-build-keretrendszer-és-ci-beüzemelése" ]
branches:
- '*'
pull_request:
branches: [ "main" ]
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit d199995

Please sign in to comment.