fix: Broken workflows

This commit is contained in:
Marcel Cruz 2022-12-05 15:14:51 +01:00
parent 6820765ccc
commit a507c901f3
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
name: 'Tests of push & pull' name: 'Tests of push & pull'
on: on:
workflow_dispatch:
# push: # push:
# branches: [ main ] # branches: [ main ]
# pull_request: # pull_request:

View file

@ -1,6 +1,7 @@
name: 'Tests of validate package' name: 'Tests of validate package'
on: on:
workflow_dispatch:
# push: # push:
# branches: [ main ] # branches: [ main ]
# pull_request: # pull_request:

View file

@ -1,7 +1,7 @@
name: 'Validate links' name: 'Validate links'
on: on:
# workflow_dispatch: workflow_dispatch:
# schedule: # schedule:
# - cron: '0 0 * * *' # - cron: '0 0 * * *'