Update ci.yml

pull/456/head
Daniel Meyer 3 years ago committed by GitHub
parent c64051bc71
commit 32eb28b6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/ci.yml

@ -1,5 +1,14 @@
name: CI
on: [push]
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:

Loading…
Cancel
Save