Skip to content

Commit

Permalink
[workflows/ci-cd] Add CI/CD Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuion committed Aug 29, 2023
1 parent b53bbc9 commit f12a7b9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-id.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI/CD

on:
pull_request:
branches:
- main
types:
- closed
- synchronize
- opened
workflow_dispatch:

jobs:
ci-cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Say Hello
run: echo "Hello"

0 comments on commit f12a7b9

Please sign in to comment.