We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2408e commit 3435b1eCopy full SHA for 3435b1e
.github/workflows/main.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Derive appropriate SHAs for base and head for nx affected commands
40
uses: nrwl/nx-set-shas@v4
41
+ with:
42
+ main-branch-name: 'master'
43
44
- name: Run build on affected projects
45
run: npx nx affected --target=build --parallel=3
0 commit comments