Skip to content

Commit dab78f6

Browse files
juanpedromorenoactions-user
authored andcommitted
Update files from .github to v0.9.0 [skip ci]
1 parent 84fdbde commit dab78f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Formatters & Tests
66

77
on:
88
push:
9-
branches: [master]
9+
branches: [main]
1010
pull_request:
1111

1212
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
repository: ${{ github.event.pull_request.head.repo.full_name }}
2222
ref: ${{ github.event.pull_request.head.ref }}
23-
- name: Checkout project (master)
23+
- name: Checkout project (main)
2424
if: github.event_name == 'push'
2525
uses: actions/checkout@v2
2626
- name: Label PR

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
with:
2121
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
22-
ref: master
22+
ref: main
2323
- name: Fetch tags
2424
run: git fetch --tags
2525
- name: Setup Scala

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Drafts/updates the next repository release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
update_release_draft:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
release:
99
types: [published]
1010
push:
11-
branches: master
11+
branches: main
1212

1313
jobs:
1414
release:

0 commit comments

Comments
 (0)