Skip to content

Commit

Permalink
skip tests on push to master
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <[email protected]>
  • Loading branch information
andrewxhill committed Dec 28, 2019
1 parent dc7e81b commit 0a664d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Dart CI

on: [push]
on:
push:
branches:
- '*'
- '!master'

jobs:
build:
Expand Down

0 comments on commit 0a664d8

Please sign in to comment.