Skip to content

I do not find the button **Run workflow** to run it manually. #58022

Answered by jge162
ZedZipDev asked this question in Actions
Discussion options

You must be logged in to vote

Add this

on:
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-dotnet@v3
      - run: dotnet --version
      - run: dotnet build

Replies: 5 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@ZedZipDev
Comment options

@ZedZipDev
Comment options

@jge162
Comment options

@jge162
Comment options

Answer selected by ZedZipDev
@Salyd
Comment options

@Setarland

This comment was marked as off-topic.

@Setarland

This comment was marked as off-topic.

@Setarland

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@shinyano
Comment options

@TomArnautovic
Comment options

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question
7 participants