From 55b00c48ada1c1fc0cc4b90febb32e5c0af47877 Mon Sep 17 00:00:00 2001 From: Giannis Terzopoulos Date: Wed, 19 Jun 2024 22:55:18 +0200 Subject: [PATCH] actions refinements --- .github/dependabot.yml | 3 --- .github/workflows/main.yml | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) 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 }}