1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
documentation: - changed_files: - any-glob-to-any-file: - docs/**/* - docs-src/**/* dependencies: - changed_files: - any-glob-to-any-file: - go.mod - go.sum build: - changed_files: - any-glob-to-any-file: - .github/workflows/* - Makefile