Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Feb 5, 2020
1 parent a3ad03d commit 303acef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

name: 'DHIS2'

on: push
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
pull_request:

jobs:
cypress-run:
Expand Down

0 comments on commit 303acef

Please sign in to comment.