update @docker @no_cleanup @push_image
This commit is contained in:
parent
5ac9df17a3
commit
25d50e9fb2
@ -2,9 +2,10 @@ name: Setup Native Action
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
# options in commit : @native @docker @push_image @run_test @no_cleanup
|
||||||
jobs:
|
jobs:
|
||||||
native:
|
native:
|
||||||
if: contains(github.event.head_commit.message, '@native')
|
if: contains(github.event.head_commit.message, '@native')
|
||||||
|
Loading…
Reference in New Issue
Block a user