Skip to content

Commit

Permalink
Changed Branch: master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Apr 25, 2024
1 parent 20ab7c6 commit e3dc9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: larsoner/circleci-artifacts-redirector-action@master
uses: larsoner/circleci-artifacts-redirector-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/html/index.html
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-website
on:
push:
branches:
- master
- main

jobs:
publish:
Expand Down

0 comments on commit e3dc9fb

Please sign in to comment.