Skip to content

Commit

Permalink
Merge pull request #25 from MLOps-essi-upc/actions
Browse files Browse the repository at this point in the history
actions setup - to be completed
  • Loading branch information
mionaD-upc authored Nov 29, 2023
2 parents 834eeae + 2e38be7 commit 1522a37
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# name: Backend

# on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master

# jobs:
# build-and-test:
# runs-on: ubuntu-22.04

# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# with:
# sparse-checkout: |
# .github
# src

0 comments on commit 1522a37

Please sign in to comment.