We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e5134 commit 185b98bCopy full SHA for 185b98b
1 file changed
.github/workflows/ci.yml
@@ -6,23 +6,12 @@ name: CI
6
7
on:
8
push:
9
-<<<<<<< HEAD
10
-=======
11
- paths-ignore:
12
- - "docs/**"
13
->>>>>>> 76ac25b (modification in ci.yaml)
14
branches:
15
- main
16
pull_request:
17
18
19
20
- workflow_dispatch: # Allow manual trigger
21
22
23
24
- types: [opened, synchronize]
25
+ workflow_dispatch: # Allow manual trigger
26
27
jobs:
28
# ============================================================================
0 commit comments