Skip to content

Commit

Permalink
Merge pull request #30 from mulkieran/add-dummy-workflow
Browse files Browse the repository at this point in the history
Add dummy branch
  • Loading branch information
mulkieran authored Nov 18, 2024
2 parents ab63d5b + 6dda2c4 commit f14603f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: devicemapper dummy CI

# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master

workflow_dispatch:

jobs:
dummy:
runs-on: ubuntu-20.04
steps:
- name: Run dummy test
run: echo "I exist to be Required in Github branch protection rules"

0 comments on commit f14603f

Please sign in to comment.