Skip to content

Commit

Permalink
Update github actions to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 10, 2020
1 parent 3a85880 commit 5fe5399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-tests.yml
Expand Up @@ -23,8 +23,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: pre-workflow
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -3,7 +3,7 @@ name: CI

on:
push:
branches: [ master, pre-workflow ]
branches: [ main ]
pull_request:

# Current configuration:
Expand Down

0 comments on commit 5fe5399

Please sign in to comment.