Skip to content

Commit

Permalink
Git action allow all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Dec 1, 2023
1 parent 70cb61e commit 2d360c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Swift

on:
push:
branches: [ master ]
branches: [ '*' ]
pull_request:
branches: [ master ]
branches: [ '*' ]
workflow_dispatch:
inputs:
PREP:
Expand All @@ -17,7 +17,7 @@ on:
description: release

env:
VERSION: 4.0.0-beta
VERSION: 3.10.2

jobs:

Expand Down

0 comments on commit 2d360c6

Please sign in to comment.