chore: Turn off actions
This commit is contained in:
6
.github/workflows/test_of_push_and_pull.yml
vendored
6
.github/workflows/test_of_push_and_pull.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/validate_links.yml
vendored
2
.github/workflows/validate_links.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: "Validate links"
|
name: 'Validate links'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user