fix: workflows running twice (#214)

This commit is contained in:
Shadman 2021-05-06 18:14:06 +06:00 committed by GitHub
parent 141778c953
commit 5c20f5f4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,8 @@ name: Tests
on: on:
push: push:
branches-ignore: [master] branches: [master]
pull_request: pull_request:
types: [opened, reopened]
jobs: jobs:
appimage-ubuntu: appimage-ubuntu:

View File

@ -2,9 +2,8 @@ name: Linting
on: on:
push: push:
branches-ignore: [master] branches: [master]
pull_request: pull_request:
types: [opened, reopened]
jobs: jobs:
build: build: