diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2023-10-19 16:20:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 16:20:09 +0200 |
commit | eae656a5decbf84169550fd336eea942af3abe89 (patch) | |
tree | 839afe248ec7ee8a1a6bc18b4a55e939e27f70e7 /.github/workflows | |
parent | ce10d0756a8763f111f36390cde5a63d5c99711f (diff) |
Update and rename swift.yml to build-swift.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-swift.yml (renamed from .github/workflows/swift.yml) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/build-swift.yml index d3825be..9d9f3cc 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/build-swift.yml @@ -1,7 +1,6 @@ # This workflow will build a Swift project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift -name: Swift +name: Build on: push: |