Skip to content

Commit

Permalink
Only build docker image on main and PRs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 6, 2024
1 parent 0f88d68 commit 03b9c05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Docker
on:
push:
branches:
- '*'
- '*/*'
- main
tags:
- '*'
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main

jobs:
docker:
Expand Down

0 comments on commit 03b9c05

Please sign in to comment.