Skip to content

Commit

Permalink
Adding job conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmlp committed Oct 4, 2023
1 parent 08389a4 commit 35ca7fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tasks-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
types:
- submitted
- approved
branches:
- dev-v*
- release-v*

jobs:
checkbox-check:
if: startsWith(github.event.pull_request.base.ref, 'dev-v') || startsWith(github.event.pull_request.base.ref, 'release-v')
runs-on: ubuntu-latest
steps:
- name: Check checkboxes
Expand Down

0 comments on commit 35ca7fb

Please sign in to comment.