diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61f8060..32543e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,10 @@ name: Tests and release -on: +on: [push] +#on: # push: # branches: [ main ] - pull_request: - branches: [ release-gh-action ] +# pull_request: +# branches: [ release-gh-action ] env: GITHUB_TOKEN: ${{ github.token }}