Skip to content

Commit

Permalink
#39 [docker public hub] feat: update workflows to only run in main
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 4, 2024
1 parent ffa2014 commit 76ed87a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/php-docker-public.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish PHP Docker image

on: [push]
on:
push:
branches:
- main

permissions:
contents: write
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/worker-docker-public.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Worker Docker image

on: [push]
on:
push:
branches:
- main

permissions:
contents: write
Expand Down

0 comments on commit 76ed87a

Please sign in to comment.