diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index cdcac20..4cf117c 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -1,7 +1,6 @@ name: "lint pull request CI" on: - #pull_request: pull_request_target: types: - opened diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 662b7e9..ea93015 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,6 @@ name: build test CI -on: pull_request_target +on: push jobs: build-test: diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index e1d6812..24e97fe 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -1,6 +1,6 @@ name: lint test CI -on: pull_request_target +on: push jobs: build-test: diff --git a/README.md b/README.md index 1a81544..b3e00b4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ npm test ## Deploy -You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` to implement an automatic deployment from a (github) webhook. +You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` for an automatic deployment from a (github) webhook. For this to work follow these steps (using alpine): ```bash