Skip to content

Commit

Permalink
only render on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lnnrtwttkhn committed Nov 9, 2023
1 parent e9f7a46 commit b1043b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy
on: [push]
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b1043b4

Please sign in to comment.