Skip to content

Commit

Permalink
Added workflow for 2.6.1 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-andre committed Jul 29, 2022
1 parent e914681 commit 620b26e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hello-world-2.6.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Hello World 2.6.1

on: workflow_dispatch

jobs:
dummy-job:
runs-on: ubuntu-20.04
steps:
- run: echo done

0 comments on commit 620b26e

Please sign in to comment.