Skip to content

Commit

Permalink
ci: update ignore (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky authored Oct 27, 2024
1 parent 6f46d49 commit ce3132f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Docker Build CI

on:
push:
branches:
- main
branches: ["main"]
paths-ignore:
- "**.md"
- "LICENSE"

workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release

on:
workflow_dispatch:

push:
tags:
- "v*"
Expand Down

0 comments on commit ce3132f

Please sign in to comment.