Skip to content

Commit 9f6d6e3

Browse files
authored
chore(ci): trigger CI on manual dispatch
1 parent 2e8ef81 commit 9f6d6e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/CI.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
workflow_dispatch:
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)