Skip to content

Commit

Permalink
internal(CI): Set master as the default branch when fetching provisio…
Browse files Browse the repository at this point in the history
…ner repo
  • Loading branch information
ZachiNachshon committed Mar 29, 2024
1 parent ae5e8e8 commit 670804b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
push:
branches:
- master

pull_request:
branches:
- master
- '**' # Triggers the workflow on any pull request and on any branch

env:
# Semantic version range syntax (3.x) or exact version of a Python version
Expand All @@ -22,10 +21,11 @@ jobs:
python: [ '3.10' ]

steps:
- name: Checkout repo code
- name: Checkout ZachiNachshon/provisioner
uses: actions/checkout@v3
with:
repository: 'ZachiNachshon/provisioner'
ref: master
token: ${{ secrets.PROVISIONER_REPO_ACCESS_TOKEN }}

- name: Checkout ZachiNachshon/provisioner-plugins
Expand Down

0 comments on commit 670804b

Please sign in to comment.