Skip to content

Commit

Permalink
run workflow only on pushes to master (#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki authored Nov 7, 2023
1 parent af82d40 commit 4c63390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ concurrency:
group: "pages"
cancel-in-progress: true

on: [push]
on:
push:
branches:
- 'master'

jobs:
build:
name: data.table
Expand Down

0 comments on commit 4c63390

Please sign in to comment.