Skip to content

Commit d66547b

Browse files
Merge pull request #12 from maxim-lobanov/add-workflow-dispatch-trigger-to-workflows
Update workflows to include workflow_dispatch trigger
2 parents 6c94612 + 88a0407 commit d66547b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7+
workflow_dispatch:
78
schedule:
89
- cron: 0 0 * * *
910

@@ -18,10 +19,10 @@ jobs:
1819
- name: setup-cocoapods
1920
uses: ./
2021
with:
21-
version: 1.9.0
22+
version: 1.10.0
2223

2324
- name: Validate version
24-
run: pod --version | grep "1.9.0"
25+
run: pod --version | grep "1.10.0"
2526

2627
install-on-clean-machine:
2728
name: install on clean machine

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7+
workflow_dispatch:
78
schedule:
89
- cron: 0 0 * * *
910

0 commit comments

Comments
 (0)