Skip to content

Commit bc9d968

Browse files
committed
Better workflow triggers
1 parent 244c904 commit bc9d968

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

3-
on: push
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
push:
7+
branches:
8+
- main
49

510
env:
611
EM_VERSION: 3.1.35

0 commit comments

Comments
 (0)