Skip to content

Commit

Permalink
ci: allow triggering workflows on all PRs and dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassup789 committed Apr 16, 2024
1 parent 61f1042 commit d98c24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:

jobs:
lint:
Expand Down

0 comments on commit d98c24c

Please sign in to comment.