mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-17 07:47:36 +08:00
feat(Docker): update workflow condition to trigger on specific commit message
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.event.head_commit.message, 'pub(docker)')
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user