Skip to content

Commit

Permalink
Updating workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
ylfyt committed Oct 11, 2023
1 parent 1621956 commit df08cae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_to_gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy
on: [push]
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
Expand Down

0 comments on commit df08cae

Please sign in to comment.