Skip to content

Commit

Permalink
Set the same CI rules for cmake target
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 4, 2023
1 parent 6398bb4 commit 7b3342b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: cmake

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]

env:
DESTDIR: ${{ github.workspace }}/build/tmp
Expand Down

0 comments on commit 7b3342b

Please sign in to comment.