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