dev #1
5
.github/workflows/setup_docker.yml
vendored
5
.github/workflows/setup_docker.yml
vendored
@ -1,8 +1,10 @@
|
||||
name: Setup Docker Action
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- feature/*
|
||||
jobs:
|
||||
setup_docker:
|
||||
if: contains(github.event.head_commit.message, '@docker')
|
||||
@ -11,6 +13,7 @@ jobs:
|
||||
matrix:
|
||||
python:
|
||||
- 3.12.7
|
||||
|
||||
steps:
|
||||
- name: Fix Permission
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user