Skip to content

Commit

Permalink
github/workflow: use master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed May 9, 2024
1 parent 203fbba commit 5200ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pkgcheck
on:
push:
branches: [main]
branches: [master]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pkgcheck_merge
on:
pull_request:
branches: [main]
branches: [master]

jobs:
build:
Expand Down

0 comments on commit 5200ffb

Please sign in to comment.