We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f645b4 commit 2618d98Copy full SHA for 2618d98
.github/workflows/nightly-linux64.yml
@@ -29,7 +29,7 @@ env:
29
jobs:
30
build-nightly:
31
runs-on: ubuntu-24.04
32
- if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
+ # if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
33
strategy:
34
matrix:
35
cfg:
0 commit comments