diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2dfafa895b..8eede28705 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,10 +1,10 @@ name: C/C++ CI on: - #push: - # branches: [ master ] - #pull_request: - # branches: [ master ] + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: debug_builds: diff --git a/.github/workflows/madgraph_launch_test.yml b/.github/workflows/madgraph_launch_test.yml index f478b10331..bfe7cc1fea 100644 --- a/.github/workflows/madgraph_launch_test.yml +++ b/.github/workflows/madgraph_launch_test.yml @@ -8,9 +8,9 @@ name: running acceptance test # branches: [ main LTS ] on: # Triggers the workflow on push or pull request events but only for the 3.4.0 branch -# push: -# paths-ignore: -# - 'docs/**' + push: + paths-ignore: + - 'docs/**' # - '.github/**' # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/testsuite_allprocesses.yml b/.github/workflows/testsuite_allprocesses.yml index e37c71dfe7..28c5b9f9eb 100644 --- a/.github/workflows/testsuite_allprocesses.yml +++ b/.github/workflows/testsuite_allprocesses.yml @@ -15,8 +15,8 @@ on: workflow_dispatch: # Trigger the all-processes workflow for pull requests to master - #pull_request: - # branches: [ master ] + pull_request: + branches: [ master ] # Trigger the all-processes workflow when new changes to the workflow are pushed # (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)