Skip to content

Commit

Permalink
Run workflows on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
weastur committed Jul 4, 2023
1 parent ad598e8 commit 9c12100
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Build with Hugo
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: gitlint
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
jobs:
checks:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 9c12100

Please sign in to comment.