Skip to content

Commit

Permalink
Added environment to twitter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Aug 23, 2023
1 parent 02a9632 commit 5536f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
tweet:
name: Tweet
runs-on: ubuntu-latest
environment: is-php-dying
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: checkout main
Expand Down

0 comments on commit 5536f6c

Please sign in to comment.