Skip to content

Commit

Permalink
run on pulls and pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 13, 2020
1 parent c6fe848 commit c9e5986
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: main

on: [push]
on:
push:
branches:
- master
- main
- default
pull_request:
branches:
- '**'

jobs:
test:
Expand Down

0 comments on commit c9e5986

Please sign in to comment.