mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
This commit is contained in:
14
.github/workflows/push-to-dev.yml
vendored
Normal file
14
.github/workflows/push-to-dev.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: dev push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
update_release_draft:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v5.3.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user