Skip to content

Commit

Permalink
ci: skip workflow for unimportant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Dec 20, 2024
1 parent 7153ccb commit b538664
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ name: Create and publish a Docker image
on:
workflow_dispatch:
push:
branches: ["main"]
branches:
- "main"
paths-ignore:
- '.github/dependabot.yml'
- '.github/FUNDING.yml'
- '.gitignore'
- 'LICENSE'
- '**.md'
- '.editorconfig'
- '.idea/**'
- '.env_template'
- '.yml'

# Defines two custom environment variables for the workflow.
# These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down

0 comments on commit b538664

Please sign in to comment.