Skip to content

Commit

Permalink
Updated GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jun 26, 2021
1 parent 2feaf1f commit bf8076b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-pr-deploy-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Deploy Snapshot with Maven on PR
name: Deploy Snapshot on PR

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Build Snapshot with Maven
name: Build Snapshot

on:
push:
Expand Down

0 comments on commit bf8076b

Please sign in to comment.