Skip to content

Commit

Permalink
Merge pull request #1 from bmorris3/testing-upgrade
Browse files Browse the repository at this point in the history
testing tweak
  • Loading branch information
bmorris3 committed Feb 15, 2021
2 parents db9ed80 + 578dcd3 commit 1d4ae4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
push:
branches:
- master # GitHub now defaults to 'main' as the name of the primary branch. Change this as needed.
# tags: # run CI if specific tags are pushed
pull_request:
# branches: # only build on PRs against 'main' if you need to further limit when CI is run.
# - main
branches: # only build on PRs against 'main' if you need to further limit when CI is run.
- master

jobs:
# Github Actions supports ubuntu, windows, and macos virtual environments:
Expand Down

0 comments on commit 1d4ae4a

Please sign in to comment.