Skip to content

Commit

Permalink
fix: update workflow configuration to reference branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 12, 2021
1 parent c0d071b commit 2bcdac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
# filtering branches here prevents duplicate builds from pull_request and push
branches:
- master
- main
schedule:
- cron: '0 3 * * 0' # every Sunday at 3am

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
publish:
name: Release
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: [tests, floating-dependencies, try-scenarios]

steps:
Expand Down
62 changes: 0 additions & 62 deletions .travis.yml

This file was deleted.

0 comments on commit 2bcdac9

Please sign in to comment.