Run CI even on master (#45)

This commit is contained in:
Youngjoon Lee 2024-01-11 18:22:19 +09:00 committed by GitHub
parent ef65355bf7
commit 55f4702e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
name: Spec tests
on: [pull_request]
on:
pull_request:
branches:
- "*"
push:
branches: [master]
jobs:
build: