Skip to content

Commit

Permalink
Merge pull request #7 from CDCgov/testm
Browse files Browse the repository at this point in the history
Testm
  • Loading branch information
marcia-schulman authored Aug 30, 2024
2 parents 70bce83 + 03b1cf2 commit 167adf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-to-maven.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Java/maven CI/CD Pipeline
on:
push:
tags:
- 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
release:
types: [created] # Trigger the workflow when a release is created
branches:
- main
# tags:
# - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
# release:
# types: [created] # Trigger the workflow when a release is created

jobs:
build:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 167adf7

Please sign in to comment.