Skip to content

Commit

Permalink
openwrt-ci.yml: update
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Apr 8, 2020
1 parent 12b558b commit df49785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ name: OpenWrt-CI
on:
schedule:
- cron: 0 20 * * *
watch:
types: started

jobs:

build:

runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id

steps:
- name: Checkout
Expand Down Expand Up @@ -80,5 +83,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: OpenWrt firmware
name: OpenWrt_firmware
path: ./bin/targets/

0 comments on commit df49785

Please sign in to comment.