Skip to content

Commit dd87cb9

Browse files
authored
Update CI.yml
1 parent 24e6683 commit dd87cb9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: CI
22

33
# Controls when the action will run.
4-
on: [push, pull_request, workflow_dispatch, release]
4+
on:
5+
push:
6+
pull_request:
7+
workflow_dispatch:
8+
release:
9+
types: [published]
510

611
env:
712
toolchain_pkg: mipsel-linux-uclibc.tar.xz

0 commit comments

Comments
 (0)