Skip to content

Commit 09113f3

Browse files
Adding workflow
1 parent c88a939 commit 09113f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Test
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: ["master", "reuse_ci"]
6+
branches: master
67
paths:
78
- '.github/workflows/test.yml'
89
- 'src/**'
910
- 'test/**'
1011
- 'Project.toml'
1112
pull_request:
12-
branches: ["master"]
13+
branches: master
1314
paths:
1415
- '.github/workflows/test.yml'
1516
- 'src/**'

0 commit comments

Comments
 (0)