Disable GitHub Actions build on PR (#85)

This commit is contained in:
huantian 2022-06-03 20:14:43 -07:00 committed by GitHub
parent ecc905a42f
commit 7e6d50ef26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Build my project ✨ name: Build my project ✨
on: [push, pull_request] on: [push]
jobs: jobs:
build: build: