Skip to content

Commit 5e1a1b9

Browse files
committed
Github Actions: run on all pushes and PRs
* and add a manual trigger
1 parent e6d5fa7 commit 5e1a1b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build and Tests
22

33
on:
44
push:
5-
branches: [ v2 ]
5+
branches: [ '**' ]
66
pull_request:
7-
branches: [ v2 ]
7+
branches: [ '**' ]
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)