Skip to content

Commit

Permalink
Closes #358 - Changed the CI build policy to push master artifacts at…
Browse files Browse the repository at this point in the history
… every commit. (#552)
  • Loading branch information
LCerebo authored Oct 15, 2024
1 parent e14847b commit 7d55d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:
postgres_tests,
jdk_tests,
]
# trigger job on merge only
if: github.event.pull_request.merged == true
# trigger job on master branch only
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
Expand All @@ -203,8 +203,8 @@ jobs:
postgres_tests,
jdk_tests,
]
# trigger job on merge only
if: github.event.pull_request.merged == true
# trigger job on master branch only
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
Expand Down

0 comments on commit 7d55d1c

Please sign in to comment.