diff options
author | Juan Ramos <[email protected]> | 2023-10-16 16:38:09 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-10-16 16:39:30 -0600 |
commit | f4bfcd885214675a6a0d7d4df07f52b511e6ea16 (patch) | |
tree | 3eb40b7cf93bc6d1c9ddd010ca76584595865528 | |
parent | 7b3466a1f47a9251ac1113efbe022ff016e2f95b (diff) | |
download | Vulkan-Headers-f4bfcd885214675a6a0d7d4df07f52b511e6ea16.tar.gz Vulkan-Headers-f4bfcd885214675a6a0d7d4df07f52b511e6ea16.zip |
ci: Fix fork development
Well the prior change does eliminate duplicate runs it stops
automated testing on forks.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9214c6b..fa96731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,6 @@ name: ci on: push: - branches: - - main pull_request: branches: - main |