Skip to content

Commit

Permalink
chore(github): only run publish against main branch (#16)
Browse files Browse the repository at this point in the history
* chore(github): only run publish against main branch

* chore(github): tweak name
  • Loading branch information
garethflowers authored Apr 30, 2022
1 parent e17388b commit 53fc388
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Publish
name: Build and Publish Images
on:
page_build:
pull_request:
branches:
- main
push:
branches:
- "**"
tags:
- "*.*.*"
- main
jobs:
main:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 53fc388

Please sign in to comment.