Skip to content

Commit

Permalink
Trigger actions on push
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Jun 3, 2021
1 parent 9d9b967 commit 09f7352
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: build

on: [pull_request]
on:
pull_request:
push:
tags:
- '*.*.*'

jobs:

Expand Down

0 comments on commit 09f7352

Please sign in to comment.