Skip to content

Commit

Permalink
Merge pull request #69 from Gottox/fix/docker-only-on-main
Browse files Browse the repository at this point in the history
.github: only run docker workflow on main
  • Loading branch information
Gottox committed Aug 24, 2023
2 parents 4181001 + da451e5 commit a44fbeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Docker Build utils
on:
push:
branches:
- main
paths:
- utils/*

Expand Down

0 comments on commit a44fbeb

Please sign in to comment.