Skip to content

Commit

Permalink
Create openCatalogi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde authored Nov 10, 2023
1 parent 2405a29 commit 7230592
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/openCatalogi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: My Open Catalogi Workflow

on:
workflow_dispatch:
push:
branches:
- main

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create or Update publiccode.yaml
uses: OpenCatalogi/[email protected]
- name: Create een Productpagina
uses: OpenCatalogi/[email protected]

0 comments on commit 7230592

Please sign in to comment.