Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Jan 10, 2025
1 parent 3cc545d commit 163e243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
maven_pr_check:
if: (github.event_name == 'pull_request' || github.event_name == 'push') && github.ref != 'refs/heads/main'
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/maven-check.yml@main
with:
JDK_VERSION: 17
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-prod-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Test tekst-workflows
on:
release:
types:
- created
push:
tags:
- v*

jobs:
build_maven_pipeline:
if: github.event_name == 'release' && github.ref == 'refs/tags/v*'
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/maven-build-and-deploy.yml@main
environment: prod
with:
ENVIRONMENT: prod
JDK_VERSION: 17
Expand Down

0 comments on commit 163e243

Please sign in to comment.