Skip to content

Commit

Permalink
Merge pull request #33 from Rikthepixel/fix/kubernetes-deployment
Browse files Browse the repository at this point in the history
Fix/kubernetes deployment
  • Loading branch information
Rikthepixel authored Jan 10, 2024
2 parents 50964d6 + 0eb433c commit 310fd53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pull-request-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Pull Request Frontend

on:
push:
branches: [main, development]
paths:
- "apps/frontend/**"
pull_request:
branches: [main, development]
types:
- "opened"
- "reopened"
- "synchronize"
- "closed"
paths:
- "apps/frontend/**"
release:
types: [created]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 310fd53

Please sign in to comment.