mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-04 00:12:58 +08:00
Update main.yml
This commit is contained in:
parent
15047290cd
commit
de98517bb6
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,5 +1,12 @@
|
||||
name: Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- .gitignore
|
||||
- .github/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user