Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Aug 22, 2024
1 parent 73a3a40 commit eb7c0ba
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 eb7c0ba

Please sign in to comment.