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: on:
push: push:
branches: [ master ] # branches: [ main ]
pull_request: pull_request:
branches: [ master ] # branches: [ main ]
env: env:
FILENAME: README.md FILENAME: README.md

View File

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

View File

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