Skip to content

Commit

Permalink
Don't run CI when readme is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Dec 4, 2024
1 parent 4ed5d8c commit 030b30a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: ci-dockerfile

on:
push:
paths-ignore:
- '**/README.md'
branches:
- '**'
- '**'
pull_request:
paths-ignore:
- '**/README.md'
branches:
- master
- master

jobs:
build:
Expand Down

0 comments on commit 030b30a

Please sign in to comment.