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

Commit

Permalink
Merge pull request #13 from ror-community/add-staging-prod-envs
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
lizkrznarich authored Aug 29, 2022
2 parents 0b9f9f3 + 5db64f2 commit 92d8ed3
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 92d8ed3

Please sign in to comment.