From 5e76ed476cd006a03608235bebc2ed6a29169a56 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Tue, 11 Feb 2020 18:41:20 -0300 Subject: [PATCH] Revert changes workflow changes (#1430) --- .github/workflows/publish.yml | 2 +- appveyor.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 appveyor.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 781e50402..d3122439c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish on: release: - types: [published, edited] + types: [published] jobs: build: diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..f47b057de --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,3 @@ +branches: + only: + - setup-appveyor