Skip to content

Commit b2e4d73

Browse files
committed
Allow tests to run manually
Avoids having to push, e.g. when adding a tag or updating credentials.
1 parent 1511bc6 commit b2e4d73

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/run-tests-pebble.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
1114
jobs:
1215
test-alpine:
1316
runs-on: ubuntu-latest

.github/workflows/run-tests-staging-duckdns.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
1114
env:
1215
DUCKDNS_TOKEN: ${{ secrets.DUCKDNS_TOKEN }}
1316
jobs:

.github/workflows/run-tests-staging-dynu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
1114
env:
1215
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY }}
1316
jobs:

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ master ]
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
11+
branches:
12+
- master
1013

1114
jobs:
1215
lint:

0 commit comments

Comments
 (0)