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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
# branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
# branches: [ main ]
|
||||
|
||||
env:
|
||||
FILENAME: README.md
|
||||
|
||||
@@ -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:
|
||||
|
||||
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:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user