Merge pull request 'dev' (#7) from dev into main
All checks were successful
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Successful in 1m56s
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-04-16 14:06:43 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ on:
jobs:
analyze:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -91,7 +92,6 @@ jobs:
deploy-production:
runs-on: ubuntu-latest
needs: analyze
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Prepare SSH
@@ -122,7 +122,6 @@ jobs:
deploy-test:
runs-on: ubuntu-latest
needs: analyze
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
steps:
- name: Prepare SSH

View File

@@ -1,6 +1,6 @@
{
"name": "harheimertc-website",
"version": "1.1.0",
"version": "1.1.2",
"description": "Moderne Webseite für den Harheimer Tischtennis Club",
"private": true,
"type": "module",