Commit 8bf1ba9
committed
Fix iOS workflow trigger and exclude markdown from git
- Fix iOS workflow condition to run on push events
Replace: (event != workflow_dispatch && event == workflow_dispatch) [impossible]
With: github.event_name != 'workflow_dispatch' [correct logic]
- Both Android and iOS now trigger on push to appiumMobile
- Add *.md to .gitignore to keep documentation files local only
- Workflow will now execute both Android and iOS tests on each push1 parent 278ca71 commit 8bf1ba9
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
0 commit comments