Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x384c0 committed Sep 14, 2023
1 parent e147fef commit 3c1e251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: deploy_to_cocoapods

on:
workflow_dispatch:
push:
branches: [ master ]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on:
workflow_dispatch:
push:
tags:
- '*'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:5.7.1
//
// Package.swift
// SimplifiedNotificationCenter
Expand Down

0 comments on commit 3c1e251

Please sign in to comment.