Skip to content

Commit

Permalink
Only run publish job on pushes to master (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe authored Jul 18, 2023
1 parent 6ddc368 commit c63b37c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish

on:
push: {}

push:
branches:
- master

jobs:
publish:
name: Publish spec to other repositories
Expand Down

0 comments on commit c63b37c

Please sign in to comment.