.github/workflow: Skip PRs at sourcehutbuild.yml

This commit is contained in:
Hajime Hoshi 2021-09-01 11:59:46 +09:00
parent d5ce0dbd90
commit 2c5033e901

View File

@ -1,6 +1,7 @@
name: Sourcehut Build name: Sourcehut Build
on: [push, pull_request] # Skip pull requests as secrets are not available there.
on: push
jobs: jobs:
test: test: