Skip to content

Commit

Permalink
[internal] More manual-trigger builds. (trustwallet#3166)
Browse files Browse the repository at this point in the history
* More manual-trigger builds.

* Yaml syntax fix.

Co-authored-by: Catenocrypt <[email protected]>
  • Loading branch information
optout21 and Catenocrypt authored Aug 8, 2020
1 parent 316c72e commit bea2003
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix-dryrun.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
# This runs on fork branches too
branches: [ '*' ]
workflow_dispatch:
jobs:
fix:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/periodic-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/s3_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
upload-s3:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bea2003

Please sign in to comment.