mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[internal] More manual-trigger builds. (#3166)
* More manual-trigger builds. * Yaml syntax fix. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
316c72eb9f
commit
bea2003184
4
.github/workflows/fix-dryrun.yml
vendored
4
.github/workflows/fix-dryrun.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Fixes and Consistency Updates - Dry run
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
jobs:
|
||||
fix-dryrun:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.github/workflows/fix.yml
vendored
1
.github/workflows/fix.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
# This runs on fork branches too
|
||||
branches: [ '*' ]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
fix:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.github/workflows/periodic-update.yml
vendored
1
.github/workflows/periodic-update.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
schedule:
|
||||
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
|
||||
- cron: '0 7,19 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
periodic-update:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
13
.github/workflows/pr-ci.yml
vendored
13
.github/workflows/pr-ci.yml
vendored
|
@ -1,11 +1,12 @@
|
|||
name: Pull Request CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!master'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!master'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
pull_request_ci:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.github/workflows/s3_upload.yml
vendored
1
.github/workflows/s3_upload.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
upload-s3:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user