Skip to content

Commit aea3480

Browse files
committed
Enable actions
1 parent 04807e5 commit aea3480

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/cmake-cross-compile.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: ARM builds
22

3-
on:
4-
push:
5-
branches: [ "main", "develop" ]
6-
pull_request:
7-
branches: [ "main", "develop" ]
3+
on: push
84

95
env:
106
BUILD_TYPE: Release

.github/workflows/cmake.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: x86_64 builds
22

3-
on:
4-
push:
5-
branches: [ "main", "develop" ]
6-
pull_request:
7-
branches: [ "main", "develop" ]
3+
on: push
84

95
env:
106
BUILD_TYPE: Release

0 commit comments

Comments
 (0)