Skip to content

Commit

Permalink
run ci on main instead of master after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jul 22, 2022
1 parent 2f3d6ed commit 830a7d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-noavx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/TagBot.yml'
- 'benchmark/**'
push:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/TagBot.yml'
- 'benchmark/**'
push:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand Down

0 comments on commit 830a7d4

Please sign in to comment.