Delete old workflow file and disable building binaries on pull requests, as we already have CI for that

This commit is contained in:
Daniel García
2020-01-05 22:46:34 +01:00
parent 31bcd1bf7c
commit baf7d1be4e
2 changed files with 3 additions and 73 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
#pull_request:
# paths-ignore:
# - "**.md"
jobs:
build: