Skip to content

Commit

Permalink
feat: adds on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yozachar committed Apr 18, 2023
1 parent 5f37115 commit 7a122ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lint

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lint

on:
workflow_dispatch:
pull_request_target:
types:
- opened
Expand Down

0 comments on commit 7a122ab

Please sign in to comment.