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: