Browse Source

Make sure CI runs on pull requests too

tags/23.02
Filipe Coelho GitHub 2 years ago
parent
commit
f02bc421cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/build.yml

+ 5
- 0
.github/workflows/build.yml View File

@@ -2,6 +2,11 @@ name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
CACHE_VERSION: 1


Loading…
Cancel
Save