Skip to content

Commit 6449d0b

Browse files
authored
GitHub Actions to work on branch main. (#271)
1 parent c466451 commit 6449d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-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
build:

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Test
22

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

77
push:
8-
branches-ignore: [master]
8+
branches-ignore: [main]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)