Skip to content

Commit

Permalink
Minor CI/CD change
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed May 1, 2024
1 parent c2ec65e commit caeb9a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Test and Deploy
on: push
on:
push:
branches:
- master
create:
tags:
- 'v*'
jobs:
test:
name: Test
Expand Down

0 comments on commit caeb9a2

Please sign in to comment.