diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4549b46..f60d928 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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" ] @@ -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: