Skip to content

Scheduled job on specific branches #26374

Answered by airtower-luna
RamLavi asked this question in Actions
Discussion options

You must be logged in to vote

Yes, the workflow must be on the default branch to work. If you want to use code from another branch, you can still do that by passing the branch name to the checkout action:

- uses: actions/checkout@v2
  with:
    ref: release-0.42

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@haroldo-bonette
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants