Skip to content

Commit

Permalink
add ci ignore yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 2, 2024
1 parent 8bba972 commit b41eae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [ master ]
paths-ignore:
- '**.md'
- ".vscode/**"
- '.vscode/**'
- '.github/workflows/dockerhub-description.yml'
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit b41eae1

Please sign in to comment.