Skip to content

[TESTING] Changed condition. #22

[TESTING] Changed condition.

[TESTING] Changed condition. #22

Workflow file for this run

name: Deploy
on:
push:
branches: [main, testing]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- name: Deploy Configuration
run: |
# Add your deployment commands here
echo "Deploying configurations..."