Skip to content

Commit

Permalink
build(ci): only run on pushes to main/v6/v7 (#13868)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Dec 30, 2021
1 parent 12f62d6 commit 27cd0a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
- v6
- v7
pull_request:

env:
SEQ_DB: sequelize_test
Expand Down

0 comments on commit 27cd0a4

Please sign in to comment.