fix: workflows running twice (#214)
This commit is contained in:
parent
141778c953
commit
5c20f5f4b8
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue