Skip to content

Commit

Permalink
actions refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
g-nie committed Jun 19, 2024
1 parent ed8a611 commit 55b00c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

on:
pull_request:
push:
branches:
- main
- main
pull_request:

concurrency:
group: test-${{ github.head_ref }}
Expand Down

0 comments on commit 55b00c4

Please sign in to comment.