Skip to content

Commit

Permalink
Merge pull request #12 from maxim-lobanov/add-workflow-dispatch-trigg…
Browse files Browse the repository at this point in the history
…er-to-workflows

Update workflows to include workflow_dispatch trigger
  • Loading branch information
maxim-lobanov authored Apr 2, 2021
2 parents 6c94612 + 88a0407 commit d66547b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

Expand All @@ -18,10 +19,10 @@ jobs:
- name: setup-cocoapods
uses: ./
with:
version: 1.9.0
version: 1.10.0

- name: Validate version
run: pod --version | grep "1.9.0"
run: pod --version | grep "1.10.0"

install-on-clean-machine:
name: install on clean machine
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

Expand Down

0 comments on commit d66547b

Please sign in to comment.