Skip to content

Commit

Permalink
Fixed test-snap-can-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Dec 17, 2023
1 parent 2d15c41 commit aab2e8c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test-snap-can-build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit aab2e8c

Please sign in to comment.