Update '.gitea/workflows/generate.yaml'
PIS Generate / Testing (push) Successful in 1m48s Details

This commit is contained in:
Fred Boniface 2024-02-21 14:34:24 +00:00
parent e77ae23126
commit 1df700f403
1 changed files with 5 additions and 1 deletions

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