mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-04 15:17:02 +08:00
feat(Docker): update workflow condition to trigger on specific commit message
This commit is contained in:
@@ -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