Skip to content

Commit

Permalink
fix circleci config (#16)
Browse files Browse the repository at this point in the history
* fix circleci config

so we actually run the release branch against the latest ponyc release

* fix .circleci config file syntax
  • Loading branch information
mfelsche authored Feb 15, 2019
1 parent a0aabfa commit 3644053
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ workflows:
cron: "0 0 * * *"
filters:
branches:
only: master
only:
- master
- release
jobs:
- vs-ponyc-master
nightly-release:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only: release
jobs:
- vs-ponyc-release
- vs-ponyc-master:
filters:
branches:
only: master
- vs-ponyc-release:
filters:
branches:
only: release

0 comments on commit 3644053

Please sign in to comment.