Skip to content

Commit 3fcde6c

Browse files
committed
doc: update dx submodule
1 parent 95bab89 commit 3fcde6c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '.envrc'
99
- 'garnix.yaml'
1010
- '.github/workflows/ci.yml'
11+
- dioxus/
1112
tags: [v*]
1213
workflow_dispatch:
1314

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
on:
22
pull_request:
33
types: [opened, synchronize, reopened, ready_for_review]
4-
branches:
5-
- main
4+
branches: [main]
65
paths-ignore:
76
- '**.png'
87
- '**.md'
@@ -11,6 +10,7 @@ on:
1110
- '.envrc'
1211
- 'garnix.yaml'
1312
- '.github/workflows/cd.yml'
13+
- dioxus/
1414
workflow_dispatch:
1515

1616
permissions:

0 commit comments

Comments
 (0)