Skip to content

Commit 5f8e5e8

Browse files
committed
update CI branches
1 parent 54d9988 commit 5f8e5e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: deploy-docs
44
on:
55
push:
66
branches:
7-
- main
7+
- develop
88
# Alternative: only build for tags.
99
# tags:
1010
# - '*'

.github/workflows/install-and-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Install and test romtools
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [develop]
66
pull_request:
7-
branches: [main, develop]
7+
branches: [develop]
88

99
concurrency:
1010
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)