Skip to content

Commit

Permalink
Merge pull request #1 from wenty22/test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
wenty22 authored Aug 22, 2024
2 parents 73a3a40 + eb7c0ba commit 6188c75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
branches:
- main

jobs:
release:
name: release
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Check changeset
run: |
echo '${{github.event.pull_request.merged}}'
echo '${{github.head_ref}}'
echo 'aaaa bbbb'

0 comments on commit 6188c75

Please sign in to comment.