fix (ci): optimize trigger events

pull/2111/head
Gurkirat Singh 2022-03-06 12:11:58 +05:30
parent 3a778072db
commit 9effcb9f7e
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
name: CI
# Triggers the workflow on push or pull request events
on: [push, pull_request]
on:
pull_request:
types: [opened, synchronize]
jobs:
bats-test: