1
1
Fork 0
mirror of https://github.com/joshdk/drone-skip-pipeline synced 2024-06-08 14:56:03 +02:00
🤖 DroneCI plugin to skip pipelines based on files changes
Go to file
Josh Komoroske 92bfbcb2c0
feat: skip pipeline based on matched files (#9)
2021-11-14 16:45:31 -08:00
.github/workflows ci: build and push docker images for pull requests (#4) 2021-11-13 18:21:02 -08:00
.dockerignore feat: dockerfile (#3) 2021-11-13 18:13:29 -08:00
Dockerfile feat: build version information into docker image (#5) 2021-11-14 10:57:55 -08:00
LICENSE.txt docs: license and readme (#1) 2021-11-13 14:40:58 -08:00
README.md docs: license and readme (#1) 2021-11-13 14:40:58 -08:00
go.mod feat: match changed files against config rules (#8) 2021-11-14 16:11:00 -08:00
go.sum feat: match changed files against config rules (#8) 2021-11-14 16:11:00 -08:00
main.go feat: skip pipeline based on matched files (#9) 2021-11-14 16:45:31 -08:00

License Actions Releases

DroneCI Skip Pipeline

🤖 DroneCI plugin to skip pipelines based on files changes

License

This code is distributed under the MIT License, see LICENSE.txt for more information.