Skip to content

Commit

Permalink
stub pinned_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Dec 7, 2023
1 parent 85c9c92 commit 34c9b72
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pinned_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pinned Build"

on:
workflow_dispatch:

jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Dummy
run: echo This workflow is a stub on main to allow it to be manually run on 3.x/4.0

0 comments on commit 34c9b72

Please sign in to comment.