Skip to content

Commit

Permalink
update ignore and licence
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 12, 2023
1 parent 9d44808 commit e188da2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
.RData
^_pkgdown\.yml$
^pkgdown$
^data_prep$
^data_prep
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, dev]
pull_request:
branches: [main, master]
branches: [main, dev]
release:
types: [published]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ vignettes/*.html
*.dll
/docs/
docs
/data_prep/data
/data_prep/data_raw
/data_prep/data/*
/data_prep/data_raw/*
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
COPYRIGHT HOLDER: Ipea
COPYRIGHT HOLDER: censobr authors

0 comments on commit e188da2

Please sign in to comment.