Skip to content

Commit

Permalink
Another attempt to get conditional deployment working
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Sep 13, 2022
1 parent c6cb6bc commit 20333a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy:
secure: 60gpLnipFCiKLpS7ECI1C6EPJW27KzVwqrBVkEzX6FIMTmsG//HD3p8Oq7WdQPm8
on:
branch: /^(main|dev)$/
image: Visual Studio 2022
OS: Windows_NT
- provider: GitHub
auth_token:
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
Expand All @@ -31,4 +31,4 @@ deploy:
tag: v$(appveyor_build_version)
on:
branch: main
image: Visual Studio 2022
OS: Windows_NT

0 comments on commit 20333a2

Please sign in to comment.