Skip to content

Commit 2e196d0

Browse files
committed
chore: make workflows triggerable by write access users
Signed-off-by: Michael Maurer <maurer.mi@northeastern.edu>
1 parent 12d5911 commit 2e196d0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/action_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Github-Action linter
22
on:
33
pull_request:
44
merge_group:
5+
workflow_dispatch:
56
jobs:
67
actionlint:
78
runs-on: ubuntu-latest

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build
22
on:
33
pull_request:
44
merge_group:
5+
workflow_dispatch:
56
jobs:
67
build:
78
runs-on: ubuntu-latest

.github/workflows/prettier_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
jobs:
910
prettier:

.github/workflows/validate_json.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
jobs:
910
validate_json:

0 commit comments

Comments
 (0)