Skip to content

Commit

Permalink
[actions] (COMPLETE FIRST PART OF ACTIONS) in .github/workflows/tests…
Browse files Browse the repository at this point in the history
…uite, enable the all-process workflow for pull requests to master
  • Loading branch information
valassi committed Nov 4, 2023
1 parent fb27efa commit a53af43
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ name: Test all processes

on:

# Enable the possibility to manually trigger the all-processes workflow
workflow_dispatch:

# Trigger the all-processes workflow for pull requests to master
pull_request:
branches: [ master ]

# Trigger the all-processes workflow when new changes to the workflow are pushed
push:
paths:
- '.github/workflows/testsuite*'

# Manually trigger the all-processes workflow
workflow_dispatch:
paths: [ .github/workflows/testsuite* ]

#----------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit a53af43

Please sign in to comment.