Skip to content

Commit

Permalink
Merge pull request #238 from mwcraig/workflow-updates
Browse files Browse the repository at this point in the history
Workflow updates
  • Loading branch information
mwcraig authored Dec 31, 2023
2 parents 13eb762 + 386301d commit 34a4ccc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Open update PRs in groups rather than one-by-one
groups:
actions:
patterns:
- "*"
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [push, pull_request]
on:
workflow_dispatch: # Allows manual triggering
pull_request:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 34a4ccc

Please sign in to comment.