-
Notifications
You must be signed in to change notification settings - Fork 36
Added CI/docs to Github actions #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: David Widmann <[email protected]>
@devmotion Do you know why it's triggered by both push and pull_request? |
You pushed to a branch in the repo and opened a pull request, so that's expected 😄 Probably you only want to run CI tests if something is pushed to master or a pull request is opened. I added a suggestion that achieves this. |
Co-authored-by: David Widmann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ah one thing I missed: I guess it would be good to delete |
Ah wait it's actually deleted 😂 |
This is a starting point to reproduce the current behavior of Travis