Skip to content

Commit

Permalink
ci workflow: pr changes to dist branch directly pt. 3
Browse files Browse the repository at this point in the history
* Shouldn't have been running on dist branch push anyway??
  • Loading branch information
JackNoordhuis authored Sep 12, 2023
1 parent 57f103a commit 58c1d7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [dev]
branches: [dev, dist]
pull_request:
branches: [dev]

Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5

if: github.ref == 'refs/heads/dev'
steps:
- run: 'echo "Staging dev changes"'
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 58c1d7d

Please sign in to comment.