Skip to content

Commit 34c3b82

Browse files
committed
Merge branch 'main' of github.com:DevDecoder/DevDecoder.Scheduling
2 parents 66c1963 + a20669d commit 34c3b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish
22

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

77
jobs:
88
publish:

.github/workflows/validatepullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate Pull Request
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)