diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 91ce3bd..daafb93 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -2,11 +2,9 @@ name: Actionlint on: pull_request: - paths: - - ".github/workflows/**" push: - paths: - - ".github/workflows/**" + branches: + - main workflow_dispatch: permissions: diff --git a/pom.xml b/pom.xml index 3ef4590..c879528 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ name.krot java-algorithms-showcase - 1.1 + 1.2 Java Algorithms & Reliability Showcase Java reference implementations for algorithms and transaction validation: property-based tests, CI, CodeQL, and static quality gates. https://github.com/krotname/JavaAlgorithmsShowcase