chore: Turn off actions

This commit is contained in:
Marcel Cruz 2022-07-10 10:42:29 +02:00
parent c110a46ada
commit bbf8e42c88
3 changed files with 66 additions and 66 deletions

View file

@ -1,10 +1,10 @@
name: "Tests of push & pull"
name: 'Tests of push & pull'
on:
push:
branches: [ master ]
# branches: [ main ]
pull_request:
branches: [ master ]
# branches: [ main ]
env:
FILENAME: README.md

View file

@ -1,10 +1,10 @@
name: "Tests of validate package"
name: 'Tests of validate package'
on:
push:
branches: [ master ]
# branches: [ main ]
pull_request:
branches: [ master ]
# branches: [ main ]
jobs:
unittest:

View file

@ -1,4 +1,4 @@
name: "Validate links"
name: 'Validate links'
on:
workflow_dispatch: