aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index eebd54bd..69cdb715 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,10 +12,12 @@ on:
- 'doc/**'
- 'images/**'
pull_request:
- branches: [ master, develop ]
+ branches: [ develop ]
paths-ignore:
- 'doc/**'
- 'images/**'
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
jobs:
build: