Daniel Gibbs
2 months ago
Failed to extract signature
3 changed files with
0 additions and
9 deletions
-
.github/workflows/details-check.yml
-
.github/workflows/update-check.yml
-
.github/workflows/version-check.yml
|
|
@ -5,9 +5,6 @@ on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- develop |
|
|
- develop |
|
|
pull_request: |
|
|
|
|
|
branches: |
|
|
|
|
|
- develop |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
permissions: |
|
|
contents: read |
|
|
contents: read |
|
|
|
|
|
@ -5,9 +5,6 @@ on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- develop |
|
|
- develop |
|
|
pull_request: |
|
|
|
|
|
branches: |
|
|
|
|
|
- develop |
|
|
|
|
|
|
|
|
|
|
|
permissions: {} |
|
|
permissions: {} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,9 +1,6 @@ |
|
|
name: Version Check |
|
|
name: Version Check |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
pull_request: |
|
|
|
|
|
branches: |
|
|
|
|
|
- develop |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
permissions: |
|
|
contents: read |
|
|
contents: read |
|
|
|