Skip to content

Commit

Permalink
Github publishing #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Nov 2, 2023
1 parent 9cd07da commit d09cf46
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/cmake.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: CMake
name: Test

on: [push]
on:
push:
branches:
- '*'
- '*/**'
paths-ignore:
- 'README.md'
- '.gitignore'
- 'LICENSE'
- '.github/workflows/publish.yml'

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit d09cf46

Please sign in to comment.