Skip to content

Commit

Permalink
Merge pull request #58 from kitsuyui/fix-github-actions-event
Browse files Browse the repository at this point in the history
Fix: GitHub Workflow trigger
  • Loading branch information
kitsuyui authored Aug 7, 2023
2 parents 269e341 + 4b48cda commit 9c8ceeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Test
on: [push]
on:
- push
- pull_request

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Spellcheck
on: [push]
on:
- push
- pull_request
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 9c8ceeb

Please sign in to comment.