mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-24 11:16:08 -07:00
Update workflows
This commit is contained in:
parent
33c9c2e18f
commit
baf9dbcb82
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
MERGE_COMMIT_MESSAGE: automatic
|
||||
-
|
||||
name: Dispatch event
|
||||
uses: actions/github-script@0.9.0
|
||||
uses: actions/github-script@v1
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,12 +1,16 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # everyday at 10am
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- releases/v*
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- releases/v*
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
5
.github/workflows/ncc.yml
vendored
5
.github/workflows/ncc.yml
vendored
|
@ -3,10 +3,11 @@ name: ncc
|
|||
on:
|
||||
repository_dispatch:
|
||||
types:
|
||||
- 'ncc'
|
||||
- ncc
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- master
|
||||
- releases/v*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
|
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -1,12 +1,15 @@
|
|||
name: test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- releases/v*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue
Block a user