diff options
| author | Erik Martin-Dorel | 2020-04-29 01:30:14 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-04-29 01:59:50 +0200 |
| commit | 74982be8ec4c15661dc9e74abcde85102ea3b343 (patch) | |
| tree | cc03eb0f2684429a2b6e62cc43cf30118b4e5093 /.github/workflows | |
| parent | 94c6da5c8c9db07f406cd28ca9d6532d09b9df15 (diff) | |
ci: Build all branches for now
TODO: revert this commit before creating a Pull Request
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984f0cc5..61f8e30d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,9 @@ name: CI on: push: branches: - - master - - hybrid + #- master + #- hybrid + - "**" pull_request: branches: - '**' |
