From 5c20f5f4b8b3318913ed5a9b00cd5610b7295bd4 Mon Sep 17 00:00:00 2001 From: Shadman Date: Thu, 6 May 2021 18:14:06 +0600 Subject: [PATCH] fix: workflows running twice (#214) --- .github/workflows/ci.yml | 3 +-- .github/workflows/lint.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8756d6a..80a1ead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,8 @@ name: Tests on: push: - branches-ignore: [master] + branches: [master] pull_request: - types: [opened, reopened] jobs: appimage-ubuntu: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 65812e4..db2f6cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,8 @@ name: Linting on: push: - branches-ignore: [master] + branches: [master] pull_request: - types: [opened, reopened] jobs: build: