Skip to content

Commit

Permalink
smaller ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 10, 2024
1 parent ae3a904 commit 506c7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux / MacOS - c++

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

workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sympy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux - sympy

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

workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
fail-fast: false


Expand Down

0 comments on commit 506c7ba

Please sign in to comment.