Skip to content

Commit

Permalink
fix test branch to main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
ofersadan85 committed Mar 13, 2022
1 parent 8bc35e0 commit 3389303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: Python package tests

on:
push:
branches: [ master ]
branches: [ main ]
paths:
- 'tests'
- 'envsmtp'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- 'tests'
- 'envsmtp'
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
Expand Down

0 comments on commit 3389303

Please sign in to comment.