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

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Aug 29, 2022
1 parent 2c2d05e commit 5db64f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Release
on:
release:
types: [published]
paths-ignore:
- '**/README.md'
- '**/workflows/**'
jobs:
run:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- "staging"
paths-ignore:
- '**/README.md'
- '**/workflows/**'
paths-ignore:
- '**/README.md'
- '**/workflows/**'
jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5db64f2

Please sign in to comment.