Skip to content

Commit

Permalink
run workflow only on pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 6, 2023
1 parent 99018d6 commit 717e757
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: pkgup
Expand Down

0 comments on commit 717e757

Please sign in to comment.