You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipelines / jobs should be able to be configured so that a webhook from Github can cause it to run. For example, pushing to any branch might kick off the following jobs:
cargo clippy
cargo check
cargo fmt --check
cd ../web && php artisan test
...
The text was updated successfully, but these errors were encountered:
Pipelines / jobs should be able to be configured so that a webhook from Github can cause it to run. For example, pushing to any branch might kick off the following jobs:
cargo clippy
cargo check
cargo fmt --check
cd ../web && php artisan test
The text was updated successfully, but these errors were encountered: