Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chokecoDev authored Oct 4, 2024
1 parent ad9a3ae commit 6187286
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
#push:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand All @@ -19,19 +19,13 @@ defaults:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Create Issue
uses: peter-evans/create-issue-from-file@v3
with:
title: "ab"
body: "cd"

# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
environment:
name: Production
url: https://github.com

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 6187286

Please sign in to comment.