Skip to content

Commit

Permalink
Add .github/workflows/create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelsken committed Jan 3, 2024
1 parent 3224932 commit f7a2382
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
create:

jobs:
on_create_branch:
name: On Create
if: ${{ github.event.ref_type == 'branch' }}
runs-on: ubuntu-latest
steps:
- uses: shipyardapp/[email protected]
with:
command: on-create-branch
on_create_branch: ${{ github.event.ref }}
env:
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}

0 comments on commit f7a2382

Please sign in to comment.