Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Dec 31, 2024
1 parent 98c4dbb commit a2fa151
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Frontend

on:
push:
branches: [ main ]
pull_request:

jobs:
Expand All @@ -20,9 +21,11 @@ jobs:
- name: Install dependencies
run: |
cd frontend
corepack enable
yarn install
- name: Build frontend
run: |
cd frontend
yarn install && yarn build
yarn build
1 change: 0 additions & 1 deletion .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 'Commit Message Check'

on:
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- v*
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
golangci:
Expand Down

0 comments on commit a2fa151

Please sign in to comment.