Skip to content

Commit

Permalink
added test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Mar 8, 2024
1 parent 3a4e854 commit 1d87ed2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/opencatalogi-publish copy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: My Open Catalogi Workflow

on:
workflow_dispatch:
push:
branches:
- action-test

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create or Update publiccode.yaml
uses: OpenCatalogi/opencatalogi-action@latest

0 comments on commit 1d87ed2

Please sign in to comment.