Skip to content

Commit

Permalink
Rename master with main in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jan 8, 2024
1 parent 1784372 commit 8deaa87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Benchmarks
on:
push:
branches:
- master
- main
tags:
- benchmark-**

Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: master
ref: main
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
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: Tests
on:
push:
branches:
- master
- main
pull_request:
schedule:
- cron: "0 7 * * 1,3"
Expand Down

0 comments on commit 8deaa87

Please sign in to comment.