Skip to content

Commit

Permalink
(CI) Adding workflow_dispatch where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 12, 2024
1 parent daa7aaf commit 6ac8390
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/boost_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ name: Boost supported versions
# - 1.56 is the minimum version we ask (Aug 2014)

on:
workflow_dispatch:
push:
paths:
- '.github/workflows/boost_version.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ name: Check queries
# - the latest postgis version

on:
workflow_dispatch:
push:
paths:
- '.github/workflows/check-queries.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Build for Ubuntu with clang
# - postgis 3

on:
workflow_dispatch:
push:
paths:
- '.github/workflows/clang.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tidy-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: clang-tidy check

on:
workflow_dispatch:
pull_request:
branches-ignore:
- 'gh-pages'
Expand Down

0 comments on commit 6ac8390

Please sign in to comment.