We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be87a63 commit e45833dCopy full SHA for e45833d
.github/workflows/aggregate_tested_versions.yml
@@ -3,8 +3,7 @@ name: Aggregate Tested Versions
3
on:
4
push:
5
branches:
6
- - "**" # For test purposes, always run the workflow
7
- # - master # TODO: Uncomment this line to run the workflow only on master
+ - master
8
workflow_dispatch:
9
10
jobs:
@@ -59,6 +58,5 @@ jobs:
59
58
title: "chore: update supported versions"
60
branch: "update-supported-versions"
61
base: "master"
62
- draft: true # TODO: Remove when ready to merge
63
delete-branch: true
64
body: This PR updates the supported versions tables.
0 commit comments