Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhames07 committed Mar 16, 2022
1 parent dcd4240 commit c60671e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven for release-v2
name: Java CI with Maven

on:
push:
branches: [ release-v2 ]
branches: [ master, develop ]
pull_request:
branches: [ release-v2 ]
branches: [ master, develop ]

jobs:
build:
Expand Down

0 comments on commit c60671e

Please sign in to comment.