Skip to content

Commit

Permalink
switch trigger to on:push:tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Nov 16, 2023
1 parent b2fe462 commit 3200f6b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: CI via GitHub Actions

on: [ workflow_dispatch ]
#on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
on:
push:
tags: [ '*.*.*' ]

jobs:
build:
Expand Down

0 comments on commit 3200f6b

Please sign in to comment.