Skip to content

Commit 101a61e

Browse files
committed
fix ci workflow syntax
1 parent c0a4cfe commit 101a61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
3-
name: 'Spark-DSG Build and Test'
4-
on: [pull_request, {push: {branches: [fix/cross_platform]}}]
3+
name: Spark-DSG Build and Test
4+
on: {pull_request: {}, push: {branches: [fix/cross_platform]}}
55
jobs:
66
lint:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)