Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan committed Jan 30, 2023
1 parent 0fb1103 commit 221fa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: test

# 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, dev]
tags: ["v*"]
pull_request:
branches: [master, dev]

Expand Down

0 comments on commit 221fa0e

Please sign in to comment.