From 3c1e2517a08a15418b71e511428f464a06cdb733 Mon Sep 17 00:00:00 2001 From: 0x384c0 <0x384c0@gmail.com> Date: Thu, 14 Sep 2023 11:29:54 +0600 Subject: [PATCH] fixed CI --- .github/workflows/deploy_to_cocoapods.yml | 2 ++ .github/workflows/tests.yml | 3 +++ Package.swift | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_cocoapods.yml b/.github/workflows/deploy_to_cocoapods.yml index bc03dfb..66d195d 100644 --- a/.github/workflows/deploy_to_cocoapods.yml +++ b/.github/workflows/deploy_to_cocoapods.yml @@ -2,6 +2,8 @@ name: deploy_to_cocoapods on: workflow_dispatch: + push: + branches: [ master ] jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6360c2d..fce536e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,9 @@ name: tests on: workflow_dispatch: + push: + tags: + - '*' jobs: tests: diff --git a/Package.swift b/Package.swift index bddce37..e81ee48 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.8 +// swift-tools-version:5.7.1 // // Package.swift // SimplifiedNotificationCenter