aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-10-13 14:24:27 -0600
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-10-13 14:25:30 -0600
commite65ef887fc3677f38bc15200177846897bfa0952 (patch)
tree5ea99f9096d168d5ffc199584e4b248c9e8926af
parent1e451348f0c1009902966fcf62fab41ee85170d7 (diff)
downloadvulkan-headers-e65ef887fc3677f38bc15200177846897bfa0952.tar.gz
ci: Prevent duplicate CI runs
https://github.com/orgs/community/discussions/26276
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 82bf6af..c2b4e02 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,10 +5,12 @@
name: ci
on:
- push:
- pull_request:
- branches:
- - main
+ push:
+ branches:
+ - main
+ pull_request:
+ branches:
+ - main
env:
CMAKE_GENERATOR: Ninja