mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
chore: Turn off actions
This commit is contained in:
parent
c110a46ada
commit
bbf8e42c88
3 changed files with 66 additions and 66 deletions
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue