Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iconstudio committed Feb 15, 2021
1 parent e83740b commit bcca432
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Korean

on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
branches: all
push:
branches-ignore: master
pull_request:
branches: [master]


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checking this repository
Expand Down

0 comments on commit bcca432

Please sign in to comment.