Skip to content

Commit 2a328fb

Browse files
authored
[skip ci] add dirty branch (#155)
1 parent c42db83 commit 2a328fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: main
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, dirty]
66

77
pull_request:
8-
branches: [main, master]
8+
branches: [main, master, dirty]
99

1010
jobs:
1111
build-and-test:

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Snapshot Package
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, dirty]
66

77
jobs:
88
publish-snapshot:

0 commit comments

Comments
 (0)