summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2023-12-17 12:03:47 +0100
committerGitHub <noreply@github.com>2023-12-17 12:03:47 +0100
commitaab2e8cc552c752cbb15675c8ab96e1bd785ad3b (patch)
treeaa3cf188b8af43cec33ba7cafae503ff1dcd0808
parent2d15c41555024dba0c1e0af91220fa2f8406b9f4 (diff)
Fixed test-snap-can-build.yml
-rw-r--r--.github/workflows/test-snap-can-build.yml18
1 files changed, 13 insertions, 5 deletions
diff --git a/.github/workflows/test-snap-can-build.yml b/.github/workflows/test-snap-can-build.yml
index fde536f..c66df73 100644
--- a/.github/workflows/test-snap-can-build.yml
+++ b/.github/workflows/test-snap-can-build.yml
@@ -1,19 +1,27 @@
name: 🧪 Test snap can be built on x86_64
on:
+ workflow_dispatch:
push:
- branches: [ main ]
+ branches: [ main ]
tags-ignore:
- '*.*'
- paths:
+ paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- - '.github/workflows/continuous-build-linux.yml'
- pull_request:
- branches: [ main ]
+ - '.github/workflows/test-snap-can-build.yml'
+ pull_request:
+ branches: [ main ]
+ paths:
+ - 'src/**'
+ - '!src/osx/**'
+ - '!src/freebsd/**'
+ - 'include/**'
+ - 'Makefile'
+ - '.github/workflows/test-snap-can-build.yml'
jobs:
build: