Skip to content

Commit bc8c6b3

Browse files
authored
Merge pull request #53 from QualiSystemsLab/alexazarh-patch-1
Update ci.yml
2 parents 7821283 + 138091e commit bc8c6b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
name: CI
44

55
# Triggers the workflow on push or pull request events
6-
on: [push, pull_request]
6+
on:
7+
push:
8+
pull_request:
9+
branches:
10+
- master
711

812
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
913
jobs:

0 commit comments

Comments
 (0)