Skip to content

Commit 9dda341

Browse files
committed
chore: update actions
1 parent 2bf0eff commit 9dda341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docker.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
release:
77
types: [created] # This will only run on new releases
88

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
pull_request:
99
branches:
10-
- main
10+
- master
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)