Skip to content

Commit 4a1f5b8

Browse files
committed
change branch names, this repo is old school so using old mainline name
1 parent 20bc316 commit 4a1f5b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Thingpress Continuous Integration
2+
23
on:
34
push:
45
branches:
5-
- main
6+
- master
67
pull_request:
78
branches:
8-
- main
9+
- master
10+
911
jobs:
1012
CI:
1113
runs-on: ubuntu-24.04-arm

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: ${{ github.actor }} invoking coverage
44
on:
55
push:
66
branches:
7-
- main
7+
- master
88

99
jobs:
1010
CoverageAndLinting:

0 commit comments

Comments
 (0)