Skip to content

Commit 75903dd

Browse files
47erbotgithub-actions[bot]franciscodr
authored
Update actions, documentation templates and configuration files to v0.9.0 (#637)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Francisco Diaz <francisco.d@47deg.com>
1 parent 4fb97a9 commit 75903dd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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)