diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 1f6018a..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -workflow "Rebuild dist file" { - on = "push" - resolves = ["Rebuild"] -} - -action "Rebuild" { - uses = "./gh-actions/rebuild" - secrets = ["GITHUB_TOKEN"] -} diff --git a/README.md b/README.md index 6e3d84d..000b06a 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ yarn build yarn test ``` -No need to rebuild the dist file in pull requests as this is already handled by [a Github action](https://github.com/chrisdothtml/deno-minimatch/tree/master/gh-actions/rebuild). +No need to rebuild the dist file in pull requests as this is already handled by [a Github action](https://github.com/chrisdothtml/deno-minimatch/blob/master/.github/workflows/rebuild.yml).