fix: workflows running twice (#214)
This commit is contained in:
parent
141778c953
commit
5c20f5f4b8
|
@ -2,9 +2,8 @@ name: Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [master]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
appimage-ubuntu:
|
||||
|
|
|
@ -2,9 +2,8 @@ name: Linting
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [master]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue