Skip to content

Commit

Permalink
Added test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Naapperas committed Apr 7, 2024
1 parent c2d6fa7 commit 3c24edb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
branches:
- main

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Upload to NIployments register
uses: NIAEFEUP/push-to-niployments@c8132d3

0 comments on commit 3c24edb

Please sign in to comment.