summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/draft_release.yml
blob: 32d058f086e0b11e2c9a99f26d126a94a5149385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Main

on:
  push:
    # branches:
    #   - "main"
    # tags:
    #   - "*.*.*"
    # Uncomment after testing

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Release
        uses: softprops/action-gh-release@v1
        with:
          draft: true
          generate_release_notes: true