Skip to content

Commit

Permalink
enable github actions for pull requests against master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Jul 2, 2023
1 parent 2caecbb commit 38793ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ name: CMake Build Matrix
on:
push:
branches:
- qtwebkit-dev-wip
- wk2
- qtwebkit-5.212
- master

pull_request:
branches:
- qtwebkit-dev-wip
- qtwebkit-5.212
- master

env:
QT_VERSION: 5.15.1
Expand Down

0 comments on commit 38793ec

Please sign in to comment.