diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de..19f0337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,3 @@ -# Keep GitHub Actions up to date with GitHub's Dependabot... -# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem version: 2 updates: - package-ecosystem: github-actions diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99002ac..f9bc7b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,10 @@ name: CI on: - pull_request: + push: branches: - - main + - main + pull_request: concurrency: group: test-${{ github.head_ref }}