We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f50703 commit 776be79Copy full SHA for 776be79
2 files changed
.github/workflows/ci.yaml
@@ -3,8 +3,20 @@ name: CI
3
on:
4
push:
5
branches: [main, develop]
6
+ paths-ignore:
7
+ - '**/*.md'
8
+ - 'docs/**'
9
+ - 'LICENSE'
10
+ - 'CHANGELOG*'
11
+ - '.github/*.md'
12
pull_request:
13
14
15
16
17
18
19
20
21
jobs:
22
unicode:
.github/workflows/e2e.yaml
@@ -7,6 +7,12 @@ concurrency:
branches: [develop]
workflow_dispatch:
inputs:
image_tag:
0 commit comments