From b71be27f68116d33ebc0b4f41ad019250cd58982 Mon Sep 17 00:00:00 2001 From: Chris Deacy Date: Sun, 27 Oct 2019 12:14:14 -0700 Subject: [PATCH] Misc tweaks (#15) --- .github/main.workflow | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .github/main.workflow 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).