Skip to content

Commit 4b08628

Browse files
Merge pull request #7 from bayareawebpro/dev
Update ci.yaml
2 parents 4b058a2 + 1d33be1 commit 4b08628

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
name: ci
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- dev
6+
paths-ignore:
7+
- 'README.md'
8+
- 'LICENSE'
9+
pull_request:
10+
branches:
11+
- master
12+
paths-ignore:
13+
- 'README.md'
14+
- 'LICENSE'
315
jobs:
416
build:
517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)