Skip to content

Commit

Permalink
Update GH actions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 4, 2024
1 parent 31d95c3 commit 328e3b0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ updates:
interval: "monthly"
labels:
- "type: Maintenance"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
labels:
- "type: Maintenance"
groups:
actions:
patterns:
- "*"
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: test

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
pytest:
Expand Down

0 comments on commit 328e3b0

Please sign in to comment.