Skip to content

Commit 266a1a0

Browse files
committed
CI: Add pull_request trigger and update .gitignore
- Add pull_request to GitHub Actions trigger - Add paper/ and outputs/ to .gitignore
1 parent efb2642 commit 266a1a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/Github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Github
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ example_data/*.parquet
2020

2121
src/bin/*
2222
outputs/
23+
24+
# JOSS paper
25+
paper/

0 commit comments

Comments
 (0)