Skip to content

Commit

Permalink
test manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jan 22, 2021
1 parent e4d0c4d commit 4061939
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

name: CI

on: [workflow_dispatch, push, pull_request]
on:
workflow_dispatch:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4061939

Please sign in to comment.