Skip to content

Commit

Permalink
Including releases/* this way we can distribute a new release build a…
Browse files Browse the repository at this point in the history
…gainst a previous release
  • Loading branch information
levieggertcru committed Jul 17, 2024
1 parent 40c42a4 commit 38e50de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Create Version

on:
push:
branches: [ main ]
branches: [ main, releases/* ]
pull_request:
branches: [ main ]
branches: [ main, releases/* ]

workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run Tests

on:
push:
branches: [ develop, master, feature/* ]
branches: [ develop, master, feature/*, releases/* ]
pull_request:
branches: [ develop, master, feature/* ]
branches: [ develop, master, feature/*, releases/* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Swift Lint

on:
pull_request:
branches: [ develop, master, feature/* ]
branches: [ develop, master, feature/*, releases/* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Distribute To Testflight

on:
push:
branches: [ master ]
branches: [ master, releases/* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 38e50de

Please sign in to comment.