We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4da203 commit ac2a904Copy full SHA for ac2a904
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+updates:
3
+# Maintain dependencies for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
.github/workflows/test.yml
@@ -6,6 +6,11 @@ on:
tags: [ '*' ]
pull_request:
8
branches: [ main ]
9
+ workflow_dispatch:
10
+
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
jobs:
16
tests:
0 commit comments