Skip to content

Commit a1a8225

Browse files
👷 ci: trigger Maven workflow on axon5/main instead of master
1 parent f5aa405 commit a1a8225

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: 🚀 Java CI with Maven
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "axon5/main" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "axon5/main" ]
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)