Skip to content

Commit

Permalink
ci: trigger workflow on codespaces-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 18, 2024
1 parent b12e3d7 commit 30d3632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codespaces-ci.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- codespaces-ci
schedule:
# Runs every day at 4:00 AM pacific (UTC-7)
- cron: '0 12 * * *'
Expand All @@ -17,5 +18,5 @@ jobs:

- name: Deploy to Codespace
env:
GITHUB_TOKEN: ${{ secrets.CODESPACES_TOKEN }}
X_GITHUB_TOKEN: ${{ secrets.CODESPACES_TOKEN }}
run: ./.github/workflows/codespaces-ci.sh

0 comments on commit 30d3632

Please sign in to comment.