update flows
This commit is contained in:
parent
68b5f91374
commit
43f9293c61
8
.github/workflows/setup_docker.yml
vendored
8
.github/workflows/setup_docker.yml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: Setup Docker Action
|
name: Setup Docker Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
setup_docker:
|
setup_docker:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
Loading…
Reference in New Issue
Block a user