Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fleur authored Mar 29, 2022
1 parent a97d9a6 commit df7b7d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@ name: CI

# credit: https://github.com/vlang/vsl/blob/master/.github/workflows/ci.yml

on: [push]
on:
push:
branches:
- master
- development
workflow_dispatch:
inputs:
environment:
type: string
default: DEV
required: true


jobs:
build:
Expand Down

0 comments on commit df7b7d6

Please sign in to comment.