Skip to content

fix: ci

fix: ci #2

Workflow file for this run

name: Build Backend
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Backend
run: cd power-pay-backend && mvn package