Skip to content

Commit

Permalink
test (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Artsiom Kaltovich <[email protected]>
  • Loading branch information
artsiomkaltovich and Artsiom Kaltovich committed Dec 28, 2023
1 parent 223ec9c commit 1456394
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Documentation and doctests

on:
workflow_dispatch:
pull_request:
branches: [ master ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: On release

on:
workflow_dispatch:
pull_request:
branches: [ release ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: On release

on:
workflow_dispatch:
push:
branches: [ release ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Unit tests

on:
workflow_dispatch:
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 1456394

Please sign in to comment.