Skip to content

Commit

Permalink
Update test-snap-can-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored Dec 15, 2023
1 parent 450b59b commit 49f425f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-snap-can-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: 🧪 Test snap can be built on x86_64
on:
push:
branches: [ main ]
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build-linux.yml'
pull_request:
branches: [ main ]

tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49f425f

Please sign in to comment.