Skip to content

Commit 7fa2781

Browse files
authored
chore: renamed master to main
1 parent e6933a7 commit 7fa2781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- '+([0-9])?(.{+([0-9]),x}).x'
6-
- 'master'
6+
- 'main'
77
- 'next'
88
- 'next-major'
99
- 'beta'
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
if:
5151
${{ github.repository == 'kentcdodds/kcd-scripts' &&
52-
contains('refs/heads/master,refs/heads/beta,refs/heads/next,refs/heads/alpha',
52+
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
5353
github.ref) && github.event_name == 'push' }}
5454
steps:
5555
- name: 🛑 Cancel Previous Runs
@@ -80,7 +80,7 @@ jobs:
8080
branches: |
8181
[
8282
'+([0-9])?(.{+([0-9]),x}).x',
83-
'master',
83+
'main',
8484
'next',
8585
'next-major',
8686
{name: 'beta', prerelease: true},

0 commit comments

Comments
 (0)