Skip to content

Commit

Permalink
maybe workflow works now
Browse files Browse the repository at this point in the history
  • Loading branch information
CWood-sdf committed Jan 8, 2024
1 parent 78b9f64 commit df5e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
worker:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/workflow' }}
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit df5e7c3

Please sign in to comment.