Skip to content

Commit

Permalink
Merge pull request #21 from Yorisoft/git_actions/workflows
Browse files Browse the repository at this point in the history
Feat: Creating github action/workflow
  • Loading branch information
Yorisoft authored Jan 16, 2025
2 parents df44639 + 48b952b commit 8c6476c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/place_holder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Placeholder Check

on:
pull_request:
branches:
- main
- jenkins
- refactor
- issue_**
- prod**
- dev**
- release**

jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run Placeholder Test
run: |
echo "Running placeholder test..."
exit 0

0 comments on commit 8c6476c

Please sign in to comment.