Update '.gitea/workflows/generate.yaml'
All checks were successful
PIS Generate / Testing (push) Successful in 1m48s

This commit is contained in:
Fred Boniface 2024-02-21 14:34:24 +00:00
parent e77ae23126
commit 1df700f403

View File

@ -1,7 +1,11 @@
name: PIS Generate name: PIS Generate
description: Validates & Organises PIS Codes before creating a release description: Validates & Organises PIS Codes before creating a release
run-name: PIS_Generator run-name: PIS_Generator
on: [push] on:
push:
branches:
- main
jobs: jobs:
Testing: Testing:
runs-on: ubuntu-latest runs-on: ubuntu-latest