Skip to content

Commit

Permalink
gh: enable manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Dec 15, 2023
1 parent 92924dc commit f9569c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Zones check

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -15,8 +16,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# first load the base branch
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
# and then the PR commit
- uses: actions/checkout@v4
- uses: OSAS/dns4tenants-validation@main

0 comments on commit f9569c0

Please sign in to comment.