Skip to content

Commit

Permalink
Changed build workflow to run on every push.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdDuarte committed Jan 22, 2020
1 parent 286c999 commit d5c3b1d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Java CI Build

on:
# Trigger the workflow on push or pull request for dev branches
push:
branches:
- !master
pull_request:
branches:
- !master
on: push

jobs:
build:
Expand Down

0 comments on commit d5c3b1d

Please sign in to comment.