mirror of
https://github.com/nortakales/flipper-zero-tonies.git
synced 2025-12-06 23:05:43 +01:00
Merge pull request #98 from FabulosoDev/only-build-directories-in-master
Only build directories on push to master to avoid updating markdowns in PRs
This commit is contained in:
commit
f3ba703c47
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_directories.yaml
vendored
2
.github/workflows/build_directories.yaml
vendored
|
|
@ -2,6 +2,8 @@ name: Build directory markdown files
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue