Skip to content

Commit

Permalink
Update files from .github to v0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored and actions-user committed Apr 22, 2021
1 parent 730fc0c commit 65307fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Formatters & Tests

on:
push:
branches: [master]
branches: [main]
pull_request:

jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Checkout project (master)
- name: Checkout project (main)
if: github.event_name == 'push'
uses: actions/checkout@v2
- name: Label PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ref: master
ref: main
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Drafts/updates the next repository release
on:
push:
branches:
- master
- main

jobs:
update_release_draft:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
release:
types: [published]
push:
branches: master
branches: main

jobs:
release:
Expand Down

0 comments on commit 65307fc

Please sign in to comment.