Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Change GitHub Actions triggers to only run on pull
Browse files Browse the repository at this point in the history
requests.
  • Loading branch information
walnuts1018 committed Nov 6, 2023
1 parent 23e1455 commit 12ee6c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
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:
workflow_dispatch:
push:
pull_request:
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:
workflow_dispatch:
push:
pull_request:
jobs:
frontend-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12ee6c6

Please sign in to comment.