Skip to content

Commit

Permalink
Enable workflow dispatch trigger on repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jun 14, 2024
1 parent e7f4992 commit 2613e65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI/CD

on:
push:
workflow_dispatch:

jobs:
hello-world-placeholder:
name: Hello World Placeholder
runs-on: ubuntu-22.04

steps:
- name: Hello World
run: |
echo 'Hello, World!'

0 comments on commit 2613e65

Please sign in to comment.