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