Skip to content

Commit

Permalink
Change pipeline trigger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Dec 12, 2022
1 parent ff4d2c5 commit a182554
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/DEPLOYING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Deploying

on: [push]
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- '*'

jobs:
clang-format-check:
Expand Down

0 comments on commit a182554

Please sign in to comment.