Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandeesh778 committed Oct 9, 2023
1 parent fda0b78 commit 9177932
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Binary file added .github/workflows/.push_trigger.yml.swp
Binary file not shown.
23 changes: 22 additions & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
on
name: Basic CD

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Deploy to Server

0 comments on commit 9177932

Please sign in to comment.