Skip to content

Commit e63c54b

Browse files
authored
Merge pull request #33 from danielballan/remove-conditional
Remove redundant conditional
2 parents e641f38 + e580461 commit e63c54b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717
jobs:
1818

1919
build:
20-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2120
name: Build Jupyter Notebooks and HTML
2221
runs-on: ubuntu-latest
2322
steps:

0 commit comments

Comments
 (0)