Skip to content

Commit

Permalink
add on push and workflow_dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Feb 19, 2024
1 parent 32e7b61 commit 53b1a3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
name: check

on:
push:
branches:
- '**'
workflow_dispatch:
pull_request:
branches:
- main
Expand Down

0 comments on commit 53b1a3e

Please sign in to comment.