Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
:q
Merge branch 'master' into test-data-location
  • Loading branch information
dimalvovs committed Nov 15, 2023
2 parents c5bca8a + df0287e commit f8063df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: main
on:
push:
branches: ['v0.2.2_development']
pull_request:
branches: ['master', 'v0.2.2']
workflow_dispatch:

jobs:
build-check:
uses: FertigLab/actions/.github/workflows/r-build-check.yml@v1
secrets: inherit

0 comments on commit f8063df

Please sign in to comment.