This PR implements the necessary changes to the GitHub Actions workflow file to trigger the workflow only on the latest commit of each branch. The workflow will now execute for the latest commit on each branch or the latest commit in a pull request.
Summary of Changes
Modified the .github/workflows/angular-tests.yml file to include the necessary configuration.
Updated the on section of the workflow YAML file to include the push event with the branches filter and the pull_request event with the branches filter.
Set the branches filter to '*' to trigger the workflow on every push to any branch and on every pull request.
Please review and merge this PR to apply the changes.
Fixes #86.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
PR Feedback (click)
Description
This PR implements the necessary changes to the GitHub Actions workflow file to trigger the workflow only on the latest commit of each branch. The workflow will now execute for the latest commit on each branch or the latest commit in a pull request.
Summary of Changes
.github/workflows/angular-tests.yml
file to include the necessary configuration.on
section of the workflow YAML file to include thepush
event with thebranches
filter and thepull_request
event with thebranches
filter.branches
filter to'*'
to trigger the workflow on every push to any branch and on every pull request.Please review and merge this PR to apply the changes.
Fixes #86.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: