Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
terminology outdated
  • Loading branch information
lcerrato authored May 31, 2024
1 parent 1b7a67a commit 248b0f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Hooktest and Release

on:
push:
# Dispatch when pushing to default branch; currently `master`
# Dispatch when pushing to default branch; currently `main`
branches:
- master
- main
# Dispatch on pull requests
pull_request:
jobs:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
path: manifest.txt
create_release:
name: Create release
# Only create releases on commits to the default branch; currently `master`.
# Only create releases on commits to the default branch; currently `main`.
# We are able to use the event.repository.default_branch variable within the job definition,
# but _not_ in workflow:on definition above.
if: success() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit 248b0f4

Please sign in to comment.