Skip to content

Commit

Permalink
ci: updated trigger event for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucino772 committed Feb 10, 2022
1 parent 4b65ff6 commit 89c81ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

name: CI/CD

on: [pull_request, push]
on:
push:
branches:
- main
tags:
- '*'
pull_request:

jobs:
test:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: pre-commit

on: [pull_request, push]
on:
push:
branches:
- main
tags:
- '*'
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 89c81ad

Please sign in to comment.