We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73646da + 343af7a commit 268421dCopy full SHA for 268421d
2 files changed
.github/workflows/androsh-help.yml
@@ -2,6 +2,7 @@ name: AndroSH Help Docs Generator
2
3
on:
4
push:
5
+ branches: [main, dev]
6
workflow_dispatch:
7
inputs:
8
reason:
.github/workflows/tests.yml
@@ -1,11 +1,13 @@
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
-name: Tests
+name: Testing
9
pull_request:
10
11
workflow_dispatch: # Added manual trigger
12
13
0 commit comments