Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33181f11d8 | ||
|
|
bb2cc3ce49 |
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'develop'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
@@ -3,7 +3,11 @@ name: Sync GitHub
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- 'main'
|
||||||
|
- 'feat*'
|
||||||
|
- 'fix*'
|
||||||
|
- 'cleanup*'
|
||||||
|
- 'chore*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
|||||||
@@ -4,11 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'develop'
|
- 'feat*'
|
||||||
pull_request_target:
|
- 'fix*'
|
||||||
|
- 'cleanup*'
|
||||||
|
- 'chore*'
|
||||||
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'develop'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user