Skip to content
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

fix(github-actions): modify triggering conditions for workflows #420

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

jxnl
Copy link
Collaborator

@jxnl jxnl commented Feb 9, 2024

Ellipsis 🚀 This PR description was created by Ellipsis for commit fa3e95c.

Summary:

This PR modifies the triggering conditions for the GitHub Actions workflows test.yml and test_docs.yml to be specific to push events on the main and master branches respectively, in addition to pull requests.

Key points:

  • Modified triggering conditions for GitHub Actions workflows test.yml and test_docs.yml.
  • test.yml now triggers on push to main branch and on pull requests.
  • test_docs.yml now triggers on push to master branch and on pull requests.

Generated with ❤️ by ellipsis.dev

@ellipsis-dev ellipsis-dev bot changed the title ... fix(github-actions): modify triggering conditions for workflows Feb 9, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes requested.


Something look wrong? You can customize Ellipsis by editing the ellipsis.yaml for this repository.

Generated with ❤️ by ellipsis.dev

pull_request:
push:
branches:
- master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The branch for push events is set to 'master' here, while in 'test.yml' it's set to 'main'. Please ensure consistency across workflow files.

@jxnl jxnl merged commit 4ca1eda into main Feb 9, 2024
13 checks passed
@jxnl jxnl deleted the fix-actions branch February 9, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant