Skip to content

Commit 3109408

Browse files
authored
Merge pull request #49 from eclipse-thingweb/RobWin-patch-1
Rob win patch 1
2 parents d914d5c + 3660905 commit 3109408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-pr
33
on:
44
push:
55
branches-ignore:
6-
- 'main'
6+
- 'master'
77

88
jobs:
99
CI:

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: build-publish
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [ master ]
1717

1818
jobs:
1919
build-publish:

0 commit comments

Comments
 (0)