Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SkylineCommunications/Low-Code-App-Editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0.17
Choose a base ref
...
head repository: SkylineCommunications/Low-Code-App-Editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 27, 2024

  1. Update catalog readme only when the commit is on the main branch

    ArneMaes0 committed Dec 27, 2024
    Copy the full SHA
    d53129e View commit details
Showing with 2 additions and 4 deletions.
  1. +2 −4 .github/workflows/update-catalog-details.yml
6 changes: 2 additions & 4 deletions .github/workflows/update-catalog-details.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,8 @@ name: Update Catalog Details
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: []
tags:
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+-**"
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: