Skip to content

Commit

Permalink
Update GitHub workflows for push events
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 6, 2023
1 parent e466ed0 commit 6f4b090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/back-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Backend Tests
on:
pull_request:
push:
workflow_dispatch:
permissions:
contents: read
Expand Down Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: github.ref == 'refs/heads/main'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: cover.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/front-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Frontend Tests
on:
pull_request:
workflow_dispatch:
push:
jobs:
frontend-buildtests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint
on:
pull_request:
workflow_dispatch:
push:
jobs:
frontend-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f4b090

Please sign in to comment.