Skip to content

Commit 268421d

Browse files
chore: merge pull request #24 from ahmed-alnassif/fix/androsh-help_workflow
fix: workflows checks
2 parents 73646da + 343af7a commit 268421d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/androsh-help.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: AndroSH Help Docs Generator
22

33
on:
44
push:
5+
branches: [main, dev]
56
workflow_dispatch:
67
inputs:
78
reason:

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Tests
4+
name: Testing
55

66
on:
77
push:
8+
branches: [main, dev]
89
pull_request:
10+
branches: [main, dev]
911
workflow_dispatch: # Added manual trigger
1012
inputs:
1113
reason:

0 commit comments

Comments
 (0)