Skip to content

Commit

Permalink
Change the trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vlmaier committed Jan 18, 2023
1 parent 3ca5b46 commit 5a5c125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://www.javierbrea.com/blog/spellcheck-github-action/

name: spellcheck
on:
pull_request:
name: Spellcheck
run-name: run spellcheck for ${{ github.actor }}'s new code
on: [push]
jobs:
check-spelling:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a5c125

Please sign in to comment.