Skip to content

Commit

Permalink
Restrict docker image build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Oct 25, 2024
1 parent 83b4c42 commit 6ce433d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerimages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: docker images builder
on:
push:
pull_request:
workflow_dispatch:
push: {branches: [master, docker]}
# pull_request:
# workflow_dispatch:
schedule: [{cron: '1 0 * * 6'}]
env:
DOCKER_BUILDKIT: "1"
Expand Down

0 comments on commit 6ce433d

Please sign in to comment.