Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Artsiom Kaltovich committed Dec 28, 2023
1 parent 223ec9c commit f947748
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 f947748

Please sign in to comment.