1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-28 02:56:00 +02:00

only run CI on branches and PRs, not tags

This commit is contained in:
Jack O'Connor 2020-04-02 10:23:46 -04:00
parent 5e82396d80
commit e3069da68e

View File

@ -1,6 +1,11 @@
name: tests
on: [push, pull_request]
on:
push:
branches:
- "*"
# not on tags
pull_request:
env:
BLAKE3_CI: "1"