Skip to content

Commit

Permalink
Do not run github action for readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Nov 5, 2022
1 parent ca264d8 commit cdb822e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**.md'
branches:
- 'master'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Pull requests
on:
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**.md'
branches:
- 'master'

Expand Down

0 comments on commit cdb822e

Please sign in to comment.