diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9686dbe..cde00c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,20 +1,19 @@ name: Tests -# disabled due to issue #293 -# on: -# push: -# branches: -# - '**' -# paths-ignore: -# - 'server/**' -# pull_request: -# branches: -# - '**' -# paths-ignore: -# - 'server/**' -# # Runs everyday to detect GitHub update in time -# schedule: -# - cron: '0 0 * * *' +on: + push: + branches: + - '**' + paths-ignore: + - 'server/**' + pull_request: + branches: + - '**' + paths-ignore: + - 'server/**' + # Runs everyday to detect GitHub update in time + schedule: + - cron: '0 0 * * *' jobs: build: