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
|
name: Fixes and Consistency Updates - Dry run
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
jobs:
|
jobs:
|
||||||
fix-dryrun:
|
fix-dryrun:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
1
.github/workflows/fix.yml
vendored
1
.github/workflows/fix.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
# This runs on fork branches too
|
# This runs on fork branches too
|
||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
fix:
|
fix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
1
.github/workflows/periodic-update.yml
vendored
1
.github/workflows/periodic-update.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
|
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
|
||||||
- cron: '0 7,19 * * *'
|
- cron: '0 7,19 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
periodic-update:
|
periodic-update:
|
||||||
runs-on: ubuntu-latest
|
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
|
name: Pull Request CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
- '!master'
|
- '!master'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
pull_request_ci:
|
pull_request_ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
1
.github/workflows/s3_upload.yml
vendored
1
.github/workflows/s3_upload.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
upload-s3:
|
upload-s3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user