You've already forked dcmerge
Compare commits
2 Commits
112fb76cf5
...
8971c35ed0
Author | SHA1 | Date | |
---|---|---|---|
8971c35ed0
|
|||
5560d13550
|
@ -4,10 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ '**' ]
|
||||||
- '**'
|
tags-ignore: [ '**' ]
|
||||||
tags-ignore:
|
|
||||||
- '**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unittest:
|
unittest:
|
||||||
|
@ -4,10 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ '**' ]
|
||||||
- '**'
|
tags-ignore: [ '**' ]
|
||||||
tags-ignore:
|
|
||||||
- '**'
|
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -2,7 +2,7 @@ name: Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ "*" ]
|
tags: [ '**' ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -1,15 +1,12 @@
|
|||||||
name: Update Docker Hub Description
|
name: Update Docker Hub Description
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ 'master' ]
|
||||||
- master
|
paths: [ 'README.md' ]
|
||||||
paths:
|
|
||||||
- README.md
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-description-on-hub-docker-io:
|
update-description-on-hub-docker-io:
|
||||||
needs:
|
|
||||||
- sync-container-image
|
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user