diff --git a/.github/workflows/main2.yml b/.github/workflows/main.yml similarity index 99% rename from .github/workflows/main2.yml rename to .github/workflows/main.yml index 794e0aa..ebb64b1 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: test/main on: + push: + branches: + - main pull_request_target: branches: - main @@ -16,7 +19,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: cat action.yml - uses: ./ with: args: 'version' diff --git a/README.md b/README.md index 1932c40..079967b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you are publishing to a registry that is not Docker Hub, you can also add in ``` ### More Examples -For more examples, see the [test workflows](.github/workflows/main2.yml). +For more examples, see the [test workflows](.github/workflows/main.yml). ## Inputs ### `args`