From 448c36d01aa16530a53b3de9d50069c3769867c8 Mon Sep 17 00:00:00 2001 From: Dragos0000 Date: Tue, 27 Aug 2024 14:28:58 +0100 Subject: [PATCH] updated github actions --- .github/workflows/model-2owl-validator-refresh.yml | 4 +--- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/model-2owl-validator-refresh.yml b/.github/workflows/model-2owl-validator-refresh.yml index 272f8ee..e1b5ac2 100644 --- a/.github/workflows/model-2owl-validator-refresh.yml +++ b/.github/workflows/model-2owl-validator-refresh.yml @@ -1,9 +1,7 @@ name: Update github model2owl-validator repo on: - push: - branches: - - master + workflow_dispatch: jobs: copy-and-commit: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 45a0575..42d5e58 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: [ feature/* , main, hotfix/*, release/*, fixes/* ] + branches: [ feature/* , master, hotfix/*, release/*, fixes/* ] # pull_request: # branches: [ main, release/* ]