Skip to content

Commit

Permalink
do not run actions on readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
inv2004 committed Sep 6, 2023
1 parent bb9146c commit f1807df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
tags:
- '*'
paths-ignore:
- '**/README.md'

jobs:
build:
Expand Down

0 comments on commit f1807df

Please sign in to comment.